Searched refs:ShadowDrawable (Results 1 – 7 of 7) sorted by relevance
22 @Implements(ShadowDrawable.class)23 public class ShadowDrawable extends org.robolectric.shadows.ShadowDrawable { class
48 import org.robolectric.shadows.ShadowDrawable;81 ShadowDrawable drawable = shadowOf(mController.mIllustrationPreference.getImageDrawable()); in onChange_a11yBtnModeNavigationBar_getNavigationBarDrawable()94 ShadowDrawable shadowDrawable = shadowOf(actualDrawable); in onChange_updateFloatingMenuSize_expectedPreviewDrawable()
39 import org.robolectric.shadows.ShadowDrawable;66 ShadowDrawable drawable = Shadows.shadowOf(((ImageView) mActivity.findViewById( in onViewCreated_headerIconDrawableIsCorrect()
40 import org.robolectric.shadows.ShadowDrawable;63 ShadowDrawable drawable = Shadows.shadowOf(((ImageView) mActivity.findViewById( in onViewCreated_headerIconDrawableIsCorrect()
85 import org.robolectric.shadows.ShadowDrawable;166 ShadowDrawable drawable = Shadows.shadowOf(headerIcon.getDrawable()); in onCreateView_viewsAndListenersShouldBeCorrectlySet()
70 import org.robolectric.shadows.ShadowDrawable;539 private ShadowDrawable setActivityAndGetIconDrawable(boolean addFingerprintExtra) { in setActivityAndGetIconDrawable()
56 com.android.settings.testutils.shadow.ShadowDrawable.class,