Searched refs:mIcon (Results 1 – 6 of 6) sorted by relevance
25 private Drawable mIcon; field in CustomDialogPreference31 setIcon(mIcon); in CustomDialogPreference()38 setIcon(mIcon); in CustomDialogPreference()45 mIcon = a.getDrawable(R.styleable.CustPref_icon); in init()
25 private Drawable mIcon; field in CustomEditTextPreference31 setIcon(mIcon); in CustomEditTextPreference()42 setIcon(mIcon); in CustomEditTextPreference()49 mIcon = a.getDrawable(R.styleable.CustPref_icon); in init()
25 private Drawable mIcon; field in CustomSwitchPreference31 setIcon(mIcon); in CustomSwitchPreference()42 setIcon(mIcon); in CustomSwitchPreference()49 mIcon = a.getDrawable(R.styleable.CustPref_icon); in init()
25 private Drawable mIcon; field in CustomCheckBoxPreference31 setIcon(mIcon); in CustomCheckBoxPreference()42 setIcon(mIcon); in CustomCheckBoxPreference()49 mIcon = a.getDrawable(R.styleable.CustPref_icon); in init()
61 private Icon mIcon; field in IconTest112 mIcon = Icon.createWithBitmap(Bitmap.createBitmap(16, 16, Bitmap.Config.ARGB_8888)); in testLoadDrawableAsync()116 () -> mIcon.loadDrawableAsync(mActivity, mockListener, new Handler())); in testLoadDrawableAsync()125 mIcon = Icon.createWithBitmap(Bitmap.createBitmap(16, 16, Bitmap.Config.ARGB_8888)); in testLoadDrawableAsyncWithMessage()129 () -> mIcon.loadDrawableAsync(mActivity, Message.obtain(new Handler(), in testLoadDrawableAsyncWithMessage()
91 private Icon mIcon; field in PrintServicesTest148 if (mIcon != null) { in createMockPrinterDiscoverySessionCallbacks()149 callback.onCustomPrinterIconLoaded(mIcon); in createMockPrinterDiscoverySessionCallbacks()419 mIcon = Icon.createWithBitmap(bm);423 assertThatIconIs(renderDrawable(mIcon.loadDrawable(getActivity())));