Home
last modified time | relevance | path

Searched defs:componentType (Results 1 – 4 of 4) sorted by relevance

/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/ext/
Dext.kt56 val componentType : String; in lazyProp() constant
/frameworks/base/core/java/android/hardware/camera2/utils/
DTypeReference.java199 private static final Class<?> getArrayClass(Class<?> componentType) { in getArrayClass()
209 Type componentType = getComponentType(mType); in getComponentType() local
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
DAnnotationTypeUtil.java78 final String componentType = getDescription(arrayType.getComponentType()); in getDescription() local
/frameworks/base/tools/layoutlib/bridge/src/dalvik/system/
DVMRuntime_Delegate.java31 /*package*/ static Object newUnpaddedArray(VMRuntime runtime, Class<?> componentType, in newUnpaddedArray()