Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifInflaterImpl.java98 public void releaseViews(@NonNull NotificationEntry entry) { in releaseViews() method in NotifInflaterImpl
100 requireBinder().releaseViews(entry); in releaseViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinder.java43 void releaseViews(NotificationEntry entry); in releaseViews() method
DNotifInflater.kt50 fun releaseViews(entry: NotificationEntry) in rebindViews() method
DNotificationRowBinderImpl.java173 public void releaseViews(NotificationEntry entry) { in releaseViews() method in NotificationRowBinderImpl
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DWindowDecoration.java219 releaseViews(wct); in updateViewsAndSurfaces()
271 releaseViews(wct); in inflateIfNeeded()
541 void releaseViews(WindowContainerTransaction wct) { in releaseViews() method in WindowDecoration
578 releaseViews(wct); in close()
DDesktopModeWindowDecoration.java768 void releaseViews(WindowContainerTransaction wct) {
771 super.releaseViews(wct);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DPreparationCoordinator.java401 mNotifInflater.releaseViews(entry);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DPreparationCoordinatorTest.java599 public void releaseViews(@NonNull NotificationEntry entry) { in releaseViews() method in PreparationCoordinatorTest.FakeNotifInflater