Searched defs:BOOLEAN (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/util/
H A DJsonToken.java69 BOOLEAN, enum constant in enum:JsonToken
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java634 static final int BOOLEAN = 1; field in class:RemoteViews.ReflectionAction
671 case BOOLEAN:
729 case BOOLEAN:
778 case BOOLEAN:
1400 addAction(new ReflectionAction(viewId, methodName, ReflectionAction.BOOLEAN, value));
/frameworks/base/graphics/java/android/renderscript/
H A DElement.java66 * followed by the _BITS where BITS is the size of the data. BOOLEAN is a
90 BOOLEAN(12, 1), enum constant in enum:Element.DataType
237 public static Element BOOLEAN(RenderScript rs) { method in class:Element
239 rs.mElement_BOOLEAN = createUser(rs, DataType.BOOLEAN);

Completed in 87 milliseconds