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

  /frameworks/base/core/jni/android/graphics/
BitmapFactory.h 6 extern jclass gOptions_class;
BitmapFactory.cpp 22 jclass gOptions_class;
550 gOptions_class = make_globalref(env, "android/graphics/BitmapFactory$Options");
551 gOptions_justBoundsFieldID = getFieldIDCheck(env, gOptions_class, "inJustDecodeBounds", "Z");
552 gOptions_sampleSizeFieldID = getFieldIDCheck(env, gOptions_class, "inSampleSize", "I");
553 gOptions_configFieldID = getFieldIDCheck(env, gOptions_class, "inPreferredConfig",
555 gOptions_ditherFieldID = getFieldIDCheck(env, gOptions_class, "inDither", "Z");
556 gOptions_purgeableFieldID = getFieldIDCheck(env, gOptions_class, "inPurgeable", "Z");
557 gOptions_shareableFieldID = getFieldIDCheck(env, gOptions_class, "inInputShareable", "Z");
558 gOptions_nativeAllocFieldID = getFieldIDCheck(env, gOptions_class, "inNativeAlloc", "Z");
559 gOptions_preferQualityOverSpeedFieldID = getFieldIDCheck(env, gOptions_class,
    [all...]

Completed in 51 milliseconds