HomeSort by relevance Sort by last modified time
    Searched refs:UNBOUNDED (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
SizeAdaptiveLayout.java 45 * as 'unbounded' to indicate that it is willing to be displayed arbitrarily tall.
175 if (lp.maxHeight != SizeAdaptiveLayout.LayoutParams.UNBOUNDED) {
206 if (lp.maxHeight == SizeAdaptiveLayout.LayoutParams.UNBOUNDED &&
329 public static final int UNBOUNDED = -1;
351 maxHeight = a.getLayoutDimension(MAX_VALID_HEIGHT, UNBOUNDED);
370 * or {@link #UNBOUNDED} if the child can grow forever
382 this(width, height, UNBOUNDED, UNBOUNDED);
397 minHeight = UNBOUNDED;
398 maxHeight = UNBOUNDED;
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
LetterQuad.java 13 private static final Rectangle UNBOUNDED = new Rectangle(0, 0, Float.MAX_VALUE, Float.MAX_VALUE);
93 return UNBOUNDED;
  /external/libxml2/
xmlschemas.c 109 #define UNBOUNDED (1 << 30)
    [all...]
xmlschemastypes.c 330 #define UNBOUNDED (1 << 30)
430 particle->maxOccurs = UNBOUNDED;
    [all...]

Completed in 178 milliseconds