Home
last modified time | relevance | path

Searched refs:TYPE_NORMAL (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCarNavExtender.java85 @IntDef({TYPE_HERO, TYPE_NORMAL})
89 public static final int TYPE_NORMAL = 1; field in CarNavExtender
94 private int mType = TYPE_NORMAL;
131 mType = (b.getInt(EXTRA_TYPE, TYPE_NORMAL) == TYPE_HERO) ? TYPE_HERO : TYPE_NORMAL; in CarNavExtender()
244 return TYPE_NORMAL; in getType()
248 return TYPE_NORMAL; in getType()
252 return (b.getInt(EXTRA_TYPE, TYPE_NORMAL) == TYPE_HERO) ? TYPE_HERO : TYPE_NORMAL; in getType()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterRepresentation.java32 private int mPriority = TYPE_NORMAL;
47 public static final byte TYPE_NORMAL = 5; field in FilterRepresentation
DFilterPointRepresentation.java28 setFilterType(FilterRepresentation.TYPE_NORMAL); in FilterPointRepresentation()
DFilterChanSatRepresentation.java72 setFilterType(FilterRepresentation.TYPE_NORMAL); in FilterChanSatRepresentation()
/packages/services/Car/car-support-lib/api/
Dcurrent.txt764 field public static final int TYPE_NORMAL = 1; // 0x1