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

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
CropFilter.java 38 private FrameFormat mLastFormat = null;
89 if (mLastFormat != null && mLastFormat.getTarget() == format.getTarget()) return;
90 mLastFormat = format;
ToRGBAFilter.java 36 private FrameFormat mLastFormat = null;
65 if (mLastFormat != null && mLastFormat.getBytesPerSample() == mInputBPP) return;
66 mLastFormat = format;
ToRGBFilter.java 36 private FrameFormat mLastFormat = null;
65 if (mLastFormat != null && mLastFormat.getBytesPerSample() == mInputBPP) return;
66 mLastFormat = format;
ResizeFilter.java 48 private FrameFormat mLastFormat = null;
69 if (mLastFormat != null && mLastFormat.getTarget() == format.getTarget()) return;
70 mLastFormat = format;
  /frameworks/base/core/java/android/widget/
DateTimeView.java 68 DateFormat mLastFormat;
189 if (display == mLastDisplay && mLastFormat != null) {
191 format = mLastFormat;
203 mLastFormat = format;
332 mLastFormat = null;
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 648 milliseconds