HomeSort by relevance Sort by last modified time
    Searched refs:mIconDrawable (Results 1 - 13 of 13) sorted by null

  /packages/apps/Camera2/src/com/android/camera/ui/
ModeIconView.java 43 private Drawable mIconDrawable = null;
63 mIconDrawable = drawable;
66 if (mIconDrawable != null) {
67 mIconDrawable.setBounds(mIconBackgroundSize / 2 - mIconDrawableSize / 2,
79 if (mIconDrawable != null) {
80 mIconDrawable.draw(canvas);
88 return mIconDrawable.getConstantState().newDrawable();
ModeTransitionView.java 69 /** An empty drawable to fall back to when mIconDrawable set to null. */
72 private Drawable mIconDrawable;
134 if (mIconDrawable != null) {
136 mIconDrawable.setAlpha(ALPHA_FULLY_TRANSPARENT);
140 mIconDrawable.setAlpha(alpha);
190 mIconDrawable.draw(canvas);
200 mIconDrawable.setBounds(mIconRect);
249 mIconDrawable.setAlpha((Integer) iconAlphaAnimator.getAnimatedValue());
253 mIconDrawable.setBounds(mPeepHoleCenterX - size / 2,
275 mIconDrawable.setAlpha(ALPHA_FULLY_OPAQUE)
    [all...]
TouchCircleDrawable.java 57 private Drawable mIconDrawable;
138 if (mIconDrawable != null) {
139 mIconDrawable.draw(canvas);
170 mIconDrawable = d;
177 mIconDrawable.setBounds(
  /packages/apps/TV/src/com/android/tv/customization/
CustomAction.java 32 private final Drawable mIconDrawable;
38 mIconDrawable = iconDrawable;
68 return mIconDrawable;
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItem.java 43 private Drawable mIconDrawable;
78 return mIconDrawable;
159 mIconDrawable = icon;
166 mIconDrawable = mContext.getDrawable(iconRes);
MenuItemImpl.java 56 private Drawable mIconDrawable;
383 if (mIconDrawable != null) {
384 return mIconDrawable;
390 mIconDrawable = icon;
399 mIconDrawable = icon;
406 mIconDrawable = null;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidanceStylist.java 84 private final Drawable mIconDrawable;
98 mIconDrawable = icon;
130 return mIconDrawable;
SearchOrbView.java 46 private Drawable mIconDrawable;
262 mIconDrawable = icon;
263 mIcon.setImageDrawable(mIconDrawable);
271 return mIconDrawable;
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
ActionMenuItem.java 51 private Drawable mIconDrawable;
86 return mIconDrawable;
167 mIconDrawable = icon;
174 mIconDrawable = ContextCompat.getDrawable(mContext, iconRes);
MenuItemImpl.java 63 private Drawable mIconDrawable;
420 if (mIconDrawable != null) {
421 return mIconDrawable;
427 mIconDrawable = icon;
437 mIconDrawable = icon;
445 mIconDrawable = null;
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 84 private Drawable mIconDrawable;
223 mIconDrawable = ((TextView) v).getCompoundDrawables()[1];
285 return mIconDrawable;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 196 milliseconds