Searched refs:mImagePreference (Results 1 – 2 of 2) sorted by relevance
49 private Preference mImagePreference; field in PhysicalPrivacyUnblockFragment67 if (mImagePreference != null) { in onStart()68 Drawable image = mImagePreference.getIcon(); in onStart()89 mImagePreference = new Preference(themedContext); in onCreatePreferences()90 mImagePreference.setLayoutResource(R.layout.image_preference); in onCreatePreferences()91 mImagePreference.setIcon(mToggle.physicalPrivacyEnabledInfoPanelImage); in onCreatePreferences()92 mImagePreference.setSelectable(false); in onCreatePreferences()93 screen.addPreference(mImagePreference); in onCreatePreferences()
65 private IllustrationPreference mImagePreference; field in ScreenResolutionFragment82 mImagePreference = new IllustrationPreference(context); in onAttach()104 updateIllustrationImage(mImagePreference); in addStaticPreferences()105 screen.addPreference(mImagePreference); in addStaticPreferences()226 updateIllustrationImage(mImagePreference); in setDefaultKey()