Home
last modified time | relevance | path

Searched refs:reinflateViews (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.kt60 reinflateViews() in <lambda>()
92 reinflateViews() in <lambda>()
103 fun reinflateViews() { in <lambda>() method in com.android.systemui.statusbar.notification.stack.NotificationSectionsManager
DNotificationStackScrollLayoutController.java325 mView.reinflateViews();
343 mView.reinflateViews();
DNotificationStackScrollLayout.java724 void reinflateViews() { in reinflateViews() method in NotificationStackScrollLayout
730 mSectionsManager.reinflateViews(); in reinflateViews()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java568 mStackScroller.reinflateViews(); in testReInflatesFooterViews()
578 mStackScroller.reinflateViews(); in testReInflatesEmptyShadeView()
DNotificationStackScrollLayoutControllerTest.java230 verify(mNotificationStackScrollLayout).reinflateViews(); in testOnDensityOrFontScaleChanged_reInflatesFooterViews()