HomeSort by relevance Sort by last modified time
    Searched defs:NO_COLOR (Results 1 - 6 of 6) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
NinePatchChunk.java 28 public static final int NO_COLOR = 0x00000001;
  /frameworks/base/core/java/android/view/
NotificationHeaderView.java 46 public static final int NO_COLOR = Notification.COLOR_INVALID;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ActivatableNotificationView.java 95 protected static final int NO_COLOR = 0;
109 protected int mBgTint = NO_COLOR;
529 * This can be {@link #NO_COLOR} if the tint should be normally computed.
537 color = NO_COLOR;
    [all...]
StatusBarIconView.java 63 public static final int NO_COLOR = 0;
139 private int mCurrentSetColor = NO_COLOR;
140 private int mAnimationStartColor = NO_COLOR;
149 private int mCachedContrastBackgroundColor = NO_COLOR;
572 if (mCurrentSetColor != NO_COLOR) {
609 if (animate && mCurrentSetColor != NO_COLOR) {
619 mAnimationStartColor = NO_COLOR;
  /frameworks/base/libs/androidfw/include/androidfw/
ResourceTypes.h 115 * that color value; otherwise it will contain NO_COLOR. Segments that
143 NO_COLOR = 0x00000001,
    [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 750 milliseconds