Home
last modified time | relevance | path

Searched defs:setShadowRadius (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/window/
H A DPictureInPictureSurfaceTransaction.java240 public Builder setShadowRadius(float shadowRadius) { in setShadowRadius() method in PictureInPictureSurfaceTransaction.Builder
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DTextAppearanceInfo.java711 public Builder setShadowRadius(@Px float shadowRadius) { in setShadowRadius() method in TextAppearanceInfo.Builder
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/util/
H A DStubTransaction.java270 public SurfaceControl.Transaction setShadowRadius(SurfaceControl sc, float shadowRadius) { in setShadowRadius() method in StubTransaction
/aosp14/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
H A DStubTransaction.java270 public SurfaceControl.Transaction setShadowRadius(SurfaceControl sc, float shadowRadius) { in setShadowRadius() method in StubTransaction
/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceControl.java3523 public Transaction setShadowRadius(SurfaceControl sc, float shadowRadius) { in setShadowRadius() method in SurfaceControl.Transaction