Home
last modified time | relevance | path

Searched refs:focusedZ (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DShadowHelper.java28 View shadowContainer, float unfocusedZ, float focusedZ, int roundedCornerRadius) { in addDynamicShadow() argument
31 shadowContainer, unfocusedZ, focusedZ, roundedCornerRadius); in addDynamicShadow()
DShadowOverlayContainer.java111 float unfocusedZ, float focusedZ, int roundedCornerRadius) { in ShadowOverlayContainer() argument
114 mFocusedZ = focusedZ; in ShadowOverlayContainer()
153 public void useDynamicShadow(float unfocusedZ, float focusedZ) { in useDynamicShadow() argument
160 mFocusedZ = focusedZ; in useDynamicShadow()
DShadowHelperApi21.java41 View shadowContainer, float unfocusedZ, float focusedZ, int roundedCornerRadius) { in addDynamicShadow() argument
51 impl.mFocusedZ = focusedZ; in addDynamicShadow()
DShadowOverlayHelper.java220 public Options dynamicShadowZ(float unfocusedZ, float focusedZ){ in dynamicShadowZ() argument
222 this.dynamicShadowFocusedZ = focusedZ; in dynamicShadowZ()