Searched defs:BOOLEAN (Results 1 - 5 of 5) sorted by relevance
/frameworks/base/core/java/android/util/ |
H A D | JsonToken.java | 69 BOOLEAN, enum constant in enum:JsonToken
|
/frameworks/base/graphics/java/android/renderscript/ |
H A D | Element.java | 110 * size of the data. BOOLEAN is a true / false (1,0) 136 BOOLEAN(12, 1), enum constant in enum:Element.DataType 307 public static Element BOOLEAN(RenderScript rs) { method in class:Element 309 rs.mElement_BOOLEAN = createUser(rs, DataType.BOOLEAN); 857 * UNSIGNED_32, UNSIGNED_64, BOOLEAN) are supported. 883 case BOOLEAN: {
|
/frameworks/rs/cpp/ |
H A D | rsCppStructs.h | 93 Element *BOOLEAN; member in struct:android::RSC::RS::__anon1571 295 static sp<const Element> BOOLEAN(sp<RS> rs);
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
H A D | Element.java | 118 * size of the data. BOOLEAN is a true / false (1,0) 144 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); 773 * UNSIGNED_32, UNSIGNED_64, BOOLEAN) are supported. 803 case BOOLEAN: {
|
/frameworks/base/core/java/android/widget/ |
H A D | RemoteViews.java | 996 static final int BOOLEAN = 1; field in class:RemoteViews.ReflectionAction 1037 case BOOLEAN: 1104 case BOOLEAN: 1162 case BOOLEAN: 2159 addAction(new ReflectionAction(viewId, methodName, ReflectionAction.BOOLEAN, value));
|
Completed in 147 milliseconds