Home
last modified time | relevance | path

Searched refs:componentType (Results 1 – 9 of 9) sorted by relevance

/frameworks/layoutlib/bridge/src/dalvik/system/
DVMRuntime_Delegate.java31 /*package*/ static Object newUnpaddedArray(VMRuntime runtime, Class<?> componentType, in newUnpaddedArray() argument
35 if (!componentType.isPrimitive()) { in newUnpaddedArray()
37 return java.lang.reflect.Array.newInstance(componentType, size); in newUnpaddedArray()
38 } else if (componentType == char.class) { in newUnpaddedArray()
44 } else if (componentType == int.class) { in newUnpaddedArray()
47 } else if (componentType == byte.class) { in newUnpaddedArray()
53 } else if (componentType == boolean.class) { in newUnpaddedArray()
59 } else if (componentType == short.class) { in newUnpaddedArray()
65 } else if (componentType == float.class) { in newUnpaddedArray()
68 } else if (componentType == long.class) { in newUnpaddedArray()
[all …]
/frameworks/base/core/java/android/hardware/camera2/utils/
DTypeReference.java202 private static final Class<?> getArrayClass(Class<?> componentType) { in getArrayClass() argument
203 return Array.newInstance(componentType, 0).getClass(); in getArrayClass()
212 Type componentType = getComponentType(mType); in getComponentType() local
214 return (componentType != null) ? in getComponentType()
215 createSpecializedTypeReference(componentType) : in getComponentType()
/frameworks/rs/rsov/compiler/spirit/
Dmodule.cpp302 TypeVectorInst *Module::getVectorType(Instruction *componentType, int width) { in getVectorType() argument
303 return getGlobalSection()->getVectorType(componentType, width); in getVectorType()
787 TypeVectorInst *GlobalSection::getVectorType(Instruction *componentType, in getVectorType() argument
793 return vecTy->mOperand1.mInstruction == componentType && in getVectorType()
797 return mBuilder->MakeTypeVector(componentType, width); in getVectorType()
Dmodule.h159 TypeVectorInst *getVectorType(Instruction *componentType, int width);
414 TypeVectorInst *getVectorType(Instruction *componentType, int width);
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionService.java863 int componentType = getComponentType(component); in rememberMediaButtonReceiverLocked() local
866 String.valueOf(componentType)); in rememberMediaButtonReceiverLocked()
1995 int componentType = mCurrentFullUserRecord in dispatchMediaKeyEventLocked() local
2001 + receiver + ", type=" + componentType); in dispatchMediaKeyEventLocked()
2005 switch (componentType) { in dispatchMediaKeyEventLocked()
2019 + receiver + ", type=" + componentType, e); in dispatchMediaKeyEventLocked()
/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp629 EGLint componentType = EGL_COLOR_COMPONENT_TYPE_FIXED_EXT; in getNativePixelFormat() local
630 cnx->egl.eglGetConfigAttrib(dpy, config, EGL_COLOR_COMPONENT_TYPE_EXT, &componentType); in getNativePixelFormat()
658 if (componentType == EGL_COLOR_COMPONENT_TYPE_FIXED_EXT) { in getNativePixelFormat()
669 if (componentType == EGL_COLOR_COMPONENT_TYPE_FIXED_EXT) { in getNativePixelFormat()
/frameworks/base/core/java/android/widget/
DGridLayout.java2370 Class<?> componentType = a.getClass().getComponentType();
2371 K[] result = (K[]) Array.newInstance(componentType, max2(index, -1) + 1);
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java4325 @Nullable ComponentName component, @ComponentType int componentType, int userId) { in filterAppAccessLPr() argument
4357 return !isComponentVisibleToInstantApp(component, componentType); in filterAppAccessLPr()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt110668 Ljava/lang/Class;->componentType:Ljava/lang/Class;