Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationViewHierarchyManager.java245 ArrayList<ExpandableNotificationRow> viewsToRemove = new ArrayList<>(); in updateNotificationViews() local
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
H A DWallpaperPickerActivity.java524 ArrayList<View> viewsToRemove = new ArrayList<View>(); in onActionItemClicked() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DExpandingEntryCardView.java364 final List<View> viewsToRemove = getViewsToDisplay(true); in calculateEntriesToRemoveDuringCollapse() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java5092 final ArrayList<ExpandableNotificationRow> viewsToRemove = new ArrayList<>(childCount); in getRowsToDismissInBackend() local