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

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FrameFormat.java 48 public static final int SIZE_UNSPECIFIED = 0;
221 if (specDim != SIZE_UNSPECIFIED && getDimension(i) != specDim) {
281 if (specDim != SIZE_UNSPECIFIED
282 && getDimension(i) != SIZE_UNSPECIFIED
333 if (dimensions[i] == SIZE_UNSPECIFIED) {
  /frameworks/base/core/java/android/widget/
NumberPicker.java 148 private static final int SIZE_UNSPECIFIED = -1;
626 R.styleable.NumberPicker_internalMinHeight, SIZE_UNSPECIFIED);
629 R.styleable.NumberPicker_internalMaxHeight, SIZE_UNSPECIFIED);
630 if (mMinHeight != SIZE_UNSPECIFIED && mMaxHeight != SIZE_UNSPECIFIED
636 R.styleable.NumberPicker_internalMinWidth, SIZE_UNSPECIFIED);
639 R.styleable.NumberPicker_internalMaxWidth, SIZE_UNSPECIFIED);
640 if (mMinWidth != SIZE_UNSPECIFIED && mMaxWidth != SIZE_UNSPECIFIED
645 mComputeMaxWidth = (mMaxWidth == SIZE_UNSPECIFIED);
    [all...]

Completed in 136 milliseconds