Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSectionsManager.kt69 reinflateViews(LayoutInflater.from(parent.context))
101 reinflateViews(layoutInflater)
133 fun reinflateViews(layoutInflater: LayoutInflater) { regex
H A DNotificationStackScrollLayoutController.java271 mView.reinflateViews();
285 mView.reinflateViews();
H A DNotificationStackScrollLayout.java663 void reinflateViews() { in reinflateViews() method in NotificationStackScrollLayout
667 mSectionsManager.reinflateViews(LayoutInflater.from(mContext)); in reinflateViews()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java221 verify(mNotificationStackScrollLayout).reinflateViews(); in testOnDensityOrFontScaleChanged_reInflatesFooterViews()
H A DNotificationStackScrollLayoutTest.java416 mStackScroller.reinflateViews(); in testReInflatesFooterViews()