Searched refs:mIllustrationPreference (Results 1 – 3 of 3) sorted by relevance
36 private IllustrationPreference mIllustrationPreference; field in LongPressPowerIllustrationPreferenceController52 mIllustrationPreference = screen.findPreference(getPreferenceKey()); in displayPreference()68 if (mIllustrationPreference != null) { in onChange()69 updateState(mIllustrationPreference); in onChange()
50 IllustrationPreference mIllustrationPreference; field in AccessibilityButtonPreviewPreferenceController77 mIllustrationPreference = screen.findPreference(getPreferenceKey()); in displayPreference()118 mIllustrationPreference.setImageDrawable(fabDrawable); in updatePreviewPreference()120 mIllustrationPreference.setImageDrawable(mContext.getDrawable( in updatePreviewPreference()125 mIllustrationPreference.setImageDrawable( in updatePreviewPreference()
69 mController.mIllustrationPreference = new IllustrationPreference(mContext); in setUp()71 .thenReturn(mController.mIllustrationPreference); in setUp()81 ShadowDrawable drawable = shadowOf(mController.mIllustrationPreference.getImageDrawable()); in onChange_a11yBtnModeNavigationBar_getNavigationBarDrawable()93 Drawable actualDrawable = mController.mIllustrationPreference.getImageDrawable(); in onChange_updateFloatingMenuSize_expectedPreviewDrawable()102 actualDrawable = mController.mIllustrationPreference.getImageDrawable(); in onChange_updateFloatingMenuSize_expectedPreviewDrawable()