Home
last modified time | relevance | path

Searched refs:mViewHierarchyManager (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManagerTest.java87 private NotificationViewHierarchyManager mViewHierarchyManager; field in NotificationViewHierarchyManagerTest
108 mViewHierarchyManager = new NotificationViewHierarchyManager(mContext, in setUp()
117 mViewHierarchyManager.setUpWithPresenter(mPresenter, mListContainer); in setUp()
148 mViewHierarchyManager.updateNotificationViews(); in testNotificationsBecomingBundled()
175 mViewHierarchyManager.updateNotificationViews(); in testNotificationsBecomingUnbundled()
204 mViewHierarchyManager.updateNotificationViews(); in testNotificationsBecomingSuppressed()
221 mViewHierarchyManager.updateNotificationViews(); in testUpdateNotificationViews_appOps()
233 mViewHierarchyManager.onDynamicPrivacyChanged(); in testReentrantCallsToOnDynamicPrivacyChangedPostForLater()
239 mViewHierarchyManager.updateNotificationViews(); in testReentrantCallsToOnDynamicPrivacyChangedPostForLater()
258 mViewHierarchyManager.onDynamicPrivacyChanged(); in testMultipleReentrantCallsToOnDynamicPrivacyChangedOnlyPostOnce()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java93 private final NotificationViewHierarchyManager mViewHierarchyManager = field in StatusBarNotificationPresenter
210 mViewHierarchyManager.setUpWithPresenter(this, notifListContainer); in StatusBarNotificationPresenter()
311 mViewHierarchyManager.updateNotificationViews(); in updateNotificationViews()
DStatusBar.java413 private final NotificationViewHierarchyManager mViewHierarchyManager; field in StatusBar
747 mViewHierarchyManager = notificationViewHierarchyManager; in StatusBar()
2846 mViewHierarchyManager.updateRowStates(); in onConfigChanged()
4177 mViewHierarchyManager.updateRowStates(); in updateKeyguardMaxNotifications()