Searched refs:shadowType (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DShadowOverlayContainer.java107 * Create ShadowOverlayContainer with specific shadowType.
110 int shadowType, boolean hasColorDimOverlay,
115 initialize(shadowType, hasColorDimOverlay, roundedCornerRadius);
201 int shadowType;
203 shadowType = SHADOW_NONE;
205 shadowType = mShadowType;
209 initialize(shadowType, hasColorDimOverlay, roundedCornerRadius);
215 void initialize(int shadowType, boolean hasColorDimOverlay, int roundedCornerRadius) { argument
222 mShadowType = shadowType;
109 ShadowOverlayContainer(Context context, int shadowType, boolean hasColorDimOverlay, float unfocusedZ, float focusedZ, int roundedCornerRadius) argument
H A DShadowOverlayHelper.java447 static void setShadowFocusLevel(Object impl, int shadowType, float level) { argument
454 switch (shadowType) {

Completed in 237 milliseconds