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

  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 62 * Checking whether the return value matches the value of the inBitmap
67 public Bitmap inBitmap;
392 if (bm == null && opts != null && opts.inBitmap != null) {
430 if (bm == null && opts != null && opts.inBitmap != null) {
491 if (opts == null || (opts.inScaled && opts.inBitmap == null)) {
518 if (opts == null || (opts.inScaled && opts.inBitmap == null)) {
538 if (bm == null && opts != null && opts.inBitmap != null) {
621 if (bm == null && opts != null && opts.inBitmap != null) {
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 144 milliseconds