Home
last modified time | relevance | path

Searched refs:mReinflateNotificationsOnUserSwitched (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DViewConfigCoordinator.kt45 private var mReinflateNotificationsOnUserSwitched = false regex
66 mReinflateNotificationsOnUserSwitched = true
83 if (mReinflateNotificationsOnUserSwitched) {
85 mReinflateNotificationsOnUserSwitched = false
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationPresenter.java113 private boolean mReinflateNotificationsOnUserSwitched; field in StatusBarNotificationPresenter
241 mReinflateNotificationsOnUserSwitched = true; in onDensityOrFontScaleChanged()
328 if (mReinflateNotificationsOnUserSwitched) { in onUserSwitched()
330 mReinflateNotificationsOnUserSwitched = false; in onUserSwitched()