HomeSort by relevance Sort by last modified time
    Searched defs:UNBOUNDED (Results 1 - 6 of 6) 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.
180 if (lp.maxHeight != SizeAdaptiveLayout.LayoutParams.UNBOUNDED) {
211 if (lp.maxHeight == SizeAdaptiveLayout.LayoutParams.UNBOUNDED &&
334 public static final int UNBOUNDED = -1;
356 maxHeight = a.getLayoutDimension(MAX_VALID_HEIGHT, UNBOUNDED);
375 * or {@link #UNBOUNDED} if the child can grow forever
387 this(width, height, UNBOUNDED, UNBOUNDED);
402 minHeight = UNBOUNDED;
403 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 177 milliseconds