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

  /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;
  /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 &&
327 public static final int UNBOUNDED = -1;
349 maxHeight = a.getLayoutDimension(MAX_VALID_HEIGHT, UNBOUNDED);
368 * or {@link #UNBOUNDED} if the child can grow forever
380 this(width, height, UNBOUNDED, UNBOUNDED);
395 minHeight = UNBOUNDED;
396 maxHeight = UNBOUNDED;
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlschemastypes.c 330 #define UNBOUNDED (1 << 30)
430 particle->maxOccurs = UNBOUNDED;
    [all...]
xmlschemas.c 109 #define UNBOUNDED (1 << 30)
    [all...]
  /external/libxml2/
xmlschemastypes.c 330 #define UNBOUNDED (1 << 30)
430 particle->maxOccurs = UNBOUNDED;
    [all...]
xmlschemas.c 109 #define UNBOUNDED (1 << 30)
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 420 milliseconds