Searched refs:componentType (Results 1 – 9 of 9) sorted by relevance
/frameworks/layoutlib/bridge/src/dalvik/system/ |
D | VMRuntime_Delegate.java | 31 /*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/ |
D | TypeReference.java | 202 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/ |
D | module.cpp | 302 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()
|
D | module.h | 159 TypeVectorInst *getVectorType(Instruction *componentType, int width); 414 TypeVectorInst *getVectorType(Instruction *componentType, int width);
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaSessionService.java | 863 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/ |
D | egl_platform_entries.cpp | 629 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/ |
D | GridLayout.java | 2370 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/ |
D | PackageManagerService.java | 4325 @Nullable ComponentName component, @ComponentType int componentType, int userId) { in filterAppAccessLPr() argument 4357 return !isComponentVisibleToInstantApp(component, componentType); in filterAppAccessLPr()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 110668 Ljava/lang/Class;->componentType:Ljava/lang/Class;
|