Home
last modified time | relevance | path

Searched refs:reInflateViews (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerWithCoroutinesTest.kt139 mNotificationPanelViewController.reInflateViews()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java1312 reInflateViews();
1315 private void reInflateViews() {
1320 mChildrenContainer.reInflateViews(mExpandClickListener, mEntry.getSbn());
1341 l.reInflateViews();
1364 reInflateViews();
H A DNotificationContentView.java1762 public void reInflateViews() {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java1357 void reInflateViews() { in reInflateViews() method in NotificationPanelViewController
4463 reInflateViews(); in onThemeChanged()
4478 reInflateViews(); in onSmallestScreenWidthChanged()
4487 reInflateViews(); in onDensityOrFontScaleChanged()
4501 reInflateViews(); in onChange()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowTest.java338 verify(mockContainer).reInflateViews(any(), any()); in testReinflatedOnDensityChange()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java1312 public void reInflateViews(OnClickListener listener, StatusBarNotification notification) {