Home
last modified time | relevance | path

Searched refs:typesArray (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DCachedPathIteratorFactory.java53 ArrayList<Integer> typesArray = Lists.newArrayList(); in CachedPathIteratorFactory() local
60 typesArray.add(type); in CachedPathIteratorFactory()
67 mTypes = new int[typesArray.size()]; in CachedPathIteratorFactory()
69 for (int i = 0; i < typesArray.size(); i++) { in CachedPathIteratorFactory()
70 mTypes[i] = typesArray.get(i); in CachedPathIteratorFactory()
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp1162 auto typesArray = env->NewIntArray(types.size()); in convertHdrCapabilitiesToJavaObject() local
1163 env->SetIntArrayRegion(typesArray, 0, intTypes.size(), intTypes.data()); in convertHdrCapabilitiesToJavaObject()
1166 typesArray, capabilities.getDesiredMaxLuminance(), in convertHdrCapabilitiesToJavaObject()
/aosp12/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java5808 String[] typesArray = dpm.getAccountTypesWithManagementDisabledAsUser(userId);
5809 if (typesArray == null) {
5812 for (String forbiddenType : typesArray) {