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

  /frameworks/base/media/mca/filterfw/java/android/filterfw/format/
ImageFormat.java 63 return create(FrameFormat.SIZE_UNSPECIFIED,
64 FrameFormat.SIZE_UNSPECIFIED,
71 return create(FrameFormat.SIZE_UNSPECIFIED,
72 FrameFormat.SIZE_UNSPECIFIED,
ObjectFormat.java 33 if (count != FrameFormat.SIZE_UNSPECIFIED) {
41 return fromClass(clazz, FrameFormat.SIZE_UNSPECIFIED, target);
47 : fromClass(object.getClass(), FrameFormat.SIZE_UNSPECIFIED, target);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ToPackedGrayFilter.java 37 private int mOWidth = FrameFormat.SIZE_UNSPECIFIED;
39 private int mOHeight = FrameFormat.SIZE_UNSPECIFIED;
87 if (mOWidth == FrameFormat.SIZE_UNSPECIFIED) {
90 if (mOHeight == FrameFormat.SIZE_UNSPECIFIED) {
CropFilter.java 83 outputFormat.setDimensions(FrameFormat.SIZE_UNSPECIFIED, FrameFormat.SIZE_UNSPECIFIED);
  /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 151 private static final int SIZE_UNSPECIFIED = -1;
647 R.styleable.NumberPicker_internalMinHeight, SIZE_UNSPECIFIED);
650 R.styleable.NumberPicker_internalMaxHeight, SIZE_UNSPECIFIED);
651 if (mMinHeight != SIZE_UNSPECIFIED && mMaxHeight != SIZE_UNSPECIFIED
657 R.styleable.NumberPicker_internalMinWidth, SIZE_UNSPECIFIED);
660 R.styleable.NumberPicker_internalMaxWidth, SIZE_UNSPECIFIED);
661 if (mMinWidth != SIZE_UNSPECIFIED && mMaxWidth != SIZE_UNSPECIFIED
666 mComputeMaxWidth = (mMaxWidth == SIZE_UNSPECIFIED);
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java 556 format.setDimensions(FrameFormat.SIZE_UNSPECIFIED, FrameFormat.SIZE_UNSPECIFIED);
567 if (inputFormat.getWidth() == FrameFormat.SIZE_UNSPECIFIED ||
568 inputFormat.getHeight() == FrameFormat.SIZE_UNSPECIFIED) {
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 288 milliseconds