Home
last modified time | relevance | path

Searched refs:itemType (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/tools/lint/framework/checks/src/main/java/com/google/android/lint/parcel/
H A DCallMigrators.kt46 val itemType = filter(getBoundingClass(context, call, method)) regex
47 val fix = (itemType as? PsiClassType)?.let { type ->
67 val itemType = containerType.parameters.getOrNull(0) ?: return null regex
69 return when (itemType) {
70 is PsiClassType -> itemType
71 is PsiWildcardType -> itemType.bound as PsiClassType
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DSuggestedLocaleAdapter.java221 int itemType = getItemViewType(position); in getView() local
222 View itemView = getNewViewIfNeeded(convertView, parent, itemType, position); in getView()
223 switch (itemType) { in getView()
227 if (itemType == TYPE_HEADER_SUGGESTED) { in getView()
269 View convertView, ViewGroup parent, int itemType, int position) { in getNewViewIfNeeded() argument
272 switch (itemType) { in getNewViewIfNeeded()
H A DBilingualSuggestedLocaleAdapter.java72 int itemType = getItemViewType(position); in getView() local
73 switch (itemType) { in getView()
85 if (itemType == TYPE_HEADER_SUGGESTED) { in getView()
/aosp14/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuPopup.java142 int itemType = 0; in measureIndividualMenuWidth() local
149 if (positionType != itemType) { in measureIndividualMenuWidth()
150 itemType = positionType; in measureIndividualMenuWidth()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DAccessibilityTargetAdapter.java65 public ViewHolder onCreateViewHolder(@NonNull ViewGroup parent, @ItemType int itemType) { in onCreateViewHolder() argument
70 if (itemType == ItemType.FIRST_ITEM) { in onCreateViewHolder()
74 if (itemType == ItemType.LAST_ITEM) { in onCreateViewHolder()
/aosp14/frameworks/base/core/java/android/os/
H A DParcel.java4650 Class<?> itemType = ArrayUtils.getOrNull(itemTypes, 0); in readValue() local
4651 object = readArrayListInternal(loader, itemType); in readValue()
4675 Class<?> itemType = ArrayUtils.getOrNull(itemTypes, 0); in readValue() local
4676 checkArrayTypeToUnparcel(clazz, (itemType != null) ? itemType : Object.class); in readValue()
4677 object = readArrayInternal(loader, itemType); in readValue()
4697 Class<?> itemType = ArrayUtils.getOrNull(itemTypes, 0); in readValue() local
4698 checkArrayTypeToUnparcel(clazz, (itemType != null) ? itemType : Parcelable.class); in readValue()
4699 object = readParcelableArrayInternal(loader, itemType); in readValue()
4704 Class<?> itemType = ArrayUtils.getOrNull(itemTypes, 0); in readValue() local
4705 object = readSparseArrayInternal(loader, itemType); in readValue()
/aosp14/frameworks/base/core/java/android/widget/
H A DSpinner.java867 int itemType = 0; in measureContentWidth() local
881 if (positionType != itemType) { in measureContentWidth()
882 itemType = positionType; in measureContentWidth()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...