Searched defs:PRIORITY_NONE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/awt/java/awt/font/
H A DGlyphJustificationInfo.java60 * The Constant PRIORITY_NONE indicates the lowest justification priority.
62 public static final int PRIORITY_NONE = 3; field in class:GlyphJustificationInfo
168 if ((shrinkPriority < 0) || (shrinkPriority > PRIORITY_NONE)) {
170 // PRIORITY_NONE or less than PRIORITY_KASHIDA value
175 if ((growPriority < 0) || (growPriority > PRIORITY_NONE)) {
176 // awt.200=incorrect value for growPriority, more than PRIORITY_NONE
/frameworks/base/core/java/android/view/animation/
H A DGridLayoutAnimationController.java86 public static final int PRIORITY_NONE = 0; field in class:GridLayoutAnimationController
128 PRIORITY_NONE);
255 * be either {@link #PRIORITY_NONE}, {@link #PRIORITY_COLUMN} or
262 * @see #PRIORITY_NONE
278 * @see #PRIORITY_NONE
331 case PRIORITY_NONE:

Completed in 63 milliseconds