Searched refs:shadowDrawable (Results 1 – 2 of 2) sorted by relevance
388 final Drawable shadowDrawable = (Drawable) field.get(actionBarView); in setActionBarShadowVisibility() local389 if (shadowDrawable != null) { in setActionBarShadowVisibility()390 shadowDrawable.setAlpha(visible ? 255 : 0); in setActionBarShadowVisibility()
183 ShadowDrawable shadowDrawable = shadowOf(mIcon.getDrawable()); in onBindViewHolder_whenAtLeastS_whenIconSet_shouldSetIcon() local184 assertThat(shadowDrawable.getCreatedFromResId()) in onBindViewHolder_whenAtLeastS_whenIconSet_shouldSetIcon()194 ShadowDrawable shadowDrawable = shadowOf(mIcon.getDrawable()); in onBindViewHolder_whenAtLeastS_whenNoIconSet_shouldSetIconToDefault() local195 assertThat(shadowDrawable.getCreatedFromResId()).isEqualTo(R.drawable.ic_warning); in onBindViewHolder_whenAtLeastS_whenNoIconSet_shouldSetIconToDefault()