Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DShadowOverlayContainer.java110 int shadowType, boolean hasColorDimOverlay, in ShadowOverlayContainer() argument
115 initialize(shadowType, hasColorDimOverlay, roundedCornerRadius); in ShadowOverlayContainer()
201 int shadowType; in initialize() local
203 shadowType = SHADOW_NONE; in initialize()
205 shadowType = mShadowType; in initialize()
209 initialize(shadowType, hasColorDimOverlay, roundedCornerRadius); in initialize()
215 void initialize(int shadowType, boolean hasColorDimOverlay, int roundedCornerRadius) { in initialize() argument
222 mShadowType = shadowType; in initialize()
DShadowOverlayHelper.java449 static void setShadowFocusLevel(Object impl, int shadowType, float level) { in setShadowFocusLevel() argument
456 switch (shadowType) { in setShadowFocusLevel()