Home
last modified time | relevance | path

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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DShadowHelper.java34 View shadowContainer, float unfocusedZ, float focusedZ, int roundedCornerRadius); in addDynamicShadow() argument
45 View shadowContainer, float focusedZ, float unfocusedZ, int roundedCornerRadius) { in addDynamicShadow() argument
67 View shadowContainer, float unfocusedZ, float focusedZ, int roundedCornerRadius) { in addDynamicShadow() argument
69 shadowContainer, unfocusedZ, focusedZ, roundedCornerRadius); in addDynamicShadow()
104 View shadowContainer, float unfocusedZ, float focusedZ, int roundedCornerRadius) { in addDynamicShadow() argument
105 return mImpl.addDynamicShadow(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()
DShadowOverlayHelper.java222 public Options dynamicShadowZ(float unfocusedZ, float focusedZ){ in dynamicShadowZ() argument
224 this.dynamicShadowFocusedZ = focusedZ; in dynamicShadowZ()
/frameworks/support/v17/leanback/api21/android/support/v17/leanback/widget/
DShadowHelperApi21.java39 View shadowContainer, float unfocusedZ, float focusedZ, int roundedCornerRadius) { in addDynamicShadow() argument
49 impl.mFocusedZ = focusedZ; in addDynamicShadow()