HomeSort by relevance Sort by last modified time
    Searched full:requestcanceldecode (Results 1 - 10 of 10) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactory_OptionsTest.java 30 option.requestCancelDecode();
  /frameworks/base/docs/html/sdk/api_diff/24/changes/
android.graphics.BitmapFactory.Options.html 87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/graphics/BitmapFactory.Options.html#requestCancelDecode()" target="_top"><code>requestCancelDecode</code></A>() </nobr>
methods_index_changes.html 476 <nobr><A HREF="android.graphics.BitmapFactory.Options.html#android.graphics.BitmapFactory.Options.requestCancelDecode_changed()" class="hiddenlink" target="rightframe">requestCancelDecode
    [all...]
alldiffs_index_changes.html     [all...]
methods_index_all.html     [all...]
  /packages/apps/Gallery/src/com/android/camera/
BitmapManager.java 117 status.mOptions.requestCancelDecode();
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DecodeUtils.java 51 mOptions.requestCancelDecode();
  /frameworks/opt/bitmap/src/com/android/bitmap/
DecodeTask.java 500 mOpts.requestCancelDecode();
  /frameworks/support/core-utils/kitkat/android/support/v4/print/
PrintHelperKitkat.java 559 mDecodeOptions.requestCancelDecode();
  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 359 * comments on {@link #requestCancelDecode()}.
381 public void requestCancelDecode() {

Completed in 430 milliseconds