OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gOptions_shareableFieldID
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/android/graphics/
BitmapFactory.h
13
extern jfieldID
gOptions_shareableFieldID
;
BitmapFactory.cpp
35
jfieldID
gOptions_shareableFieldID
;
97
return options != NULL && env->GetBooleanField(options,
gOptions_shareableFieldID
);
670
gOptions_shareableFieldID
= getFieldIDCheck(env, options_class, "inInputShareable", "Z");
Completed in 188 milliseconds