Searched refs:PRIORITY_NONE (Results 1 - 4 of 4) 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:
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
H A DTextRunBreaker.java775 // GlyphJustificationInfo.PRIORITY_NONE is 3
776 for (int priority = 0; priority <= GlyphJustificationInfo.PRIORITY_NONE + 1; priority++) {
783 if (priority <= GlyphJustificationInfo.PRIORITY_NONE) {
H A DTextRunSegmentImpl.java483 false, GlyphJustificationInfo.PRIORITY_NONE, 0, 0, // grow
484 false, GlyphJustificationInfo.PRIORITY_NONE, 0, 0); // shrink

Completed in 229 milliseconds