Searched refs:focusedZ (Results 1 – 4 of 4) sorted by relevance
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | ShadowHelper.java | 34 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()
|
D | ShadowOverlayContainer.java | 111 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()
|
D | ShadowOverlayHelper.java | 222 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/ |
D | ShadowHelperApi21.java | 39 View shadowContainer, float unfocusedZ, float focusedZ, int roundedCornerRadius) { in addDynamicShadow() argument 49 impl.mFocusedZ = focusedZ; in addDynamicShadow()
|