HomeSort by relevance Sort by last modified time
    Searched defs:mIconDrawable (Results 1 - 12 of 12) 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();
TouchCircleDrawable.java 57 private Drawable mIconDrawable;
138 if (mIconDrawable != null) {
139 mIconDrawable.draw(canvas);
170 mIconDrawable = d;
177 mIconDrawable.setBounds(
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...]
  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
SimpleMenuItem.java 41 private Drawable mIconDrawable;
84 mIconDrawable = icon;
89 mIconDrawable = null;
95 if (mIconDrawable != null) {
96 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/
SearchOrbView.java 45 private Drawable mIconDrawable;
256 mIconDrawable = icon;
257 mIcon.setImageDrawable(mIconDrawable);
265 return mIconDrawable;
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuItem.java 47 private Drawable mIconDrawable;
82 return mIconDrawable;
163 mIconDrawable = icon;
170 mIconDrawable = ContextCompat.getDrawable(mContext, iconRes);
MenuItemImpl.java 60 private Drawable mIconDrawable;
417 if (mIconDrawable != null) {
418 return mIconDrawable;
424 mIconDrawable = icon;
434 mIconDrawable = icon;
442 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 336 milliseconds