Searched refs:BOOLEAN (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/util/
H A DJsonToken.java69 BOOLEAN, enum constant in enum:JsonToken
H A DJsonReader.java417 * Returns the {@link JsonToken#BOOLEAN boolean} value of the next token,
425 if (token != JsonToken.BOOLEAN) {
1082 return JsonToken.BOOLEAN;
1090 return JsonToken.BOOLEAN;
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DStubMethodAdapter.java88 case Type.BOOLEAN:
98 case Type.BOOLEAN:
158 case Type.BOOLEAN:
/frameworks/rs/cpp/
H A DRenderScript.h85 Element *BOOLEAN; member in struct:android::renderscriptCpp::RenderScript::__anon1532
H A DElement.cpp73 CREATE_USER(BOOLEAN, BOOLEAN);
H A DElement.h94 static sp<const Element> BOOLEAN(RenderScript *rs);
/frameworks/base/graphics/java/android/renderscript/
H A DElement.java104 * size of the data. BOOLEAN is a true / false (1,0)
130 BOOLEAN(12, 1), enum constant in enum:Element.DataType
300 public static Element BOOLEAN(RenderScript rs) { method in class:Element
302 rs.mElement_BOOLEAN = createUser(rs, DataType.BOOLEAN);
850 * UNSIGNED_32, UNSIGNED_64, BOOLEAN) are supported.
876 case BOOLEAN: {
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DElement.java120 * size of the data. BOOLEAN is a true / false (1,0)
146 BOOLEAN(12, 1), enum constant in enum:Element.DataType
309 public static Element BOOLEAN(RenderScript rs) { method in class:Element
311 rs.mElement_BOOLEAN = createUser(rs, DataType.BOOLEAN);
770 * UNSIGNED_32, UNSIGNED_64, BOOLEAN) are supported.
796 case BOOLEAN: {
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java914 static final int BOOLEAN = 1; field in class:RemoteViews.ReflectionAction
955 case BOOLEAN:
1022 case BOOLEAN:
1080 case BOOLEAN:
2049 addAction(new ReflectionAction(viewId, methodName, ReflectionAction.BOOLEAN, value));

Completed in 901 milliseconds