Searched refs:shadowDrawable (Results 1 – 2 of 2) sorted by relevance
94 ShadowDrawable shadowDrawable = shadowOf(actualDrawable); in onChange_updateFloatingMenuSize_expectedPreviewDrawable() local95 assertThat(shadowDrawable.getCreatedFromResId()) in onChange_updateFloatingMenuSize_expectedPreviewDrawable()103 shadowDrawable = shadowOf(actualDrawable); in onChange_updateFloatingMenuSize_expectedPreviewDrawable()104 assertThat(shadowDrawable.getCreatedFromResId()) in onChange_updateFloatingMenuSize_expectedPreviewDrawable()
388 final Drawable shadowDrawable = (Drawable) field.get(actionBarView); in setActionBarShadowVisibility() local389 if (shadowDrawable != null) { in setActionBarShadowVisibility()390 shadowDrawable.setAlpha(visible ? 255 : 0); in setActionBarShadowVisibility()