Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipNotificationController.java70 private boolean mIsNotificationShown; field in TvPipNotificationController
142 mIsNotificationShown = true; in show()
152 mIsNotificationShown = false; in dismiss()
163 if (mPackageManager == null || !mIsNotificationShown) { in updateNotificationContent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuViewLayer.java142 private boolean mIsNotificationShown; field in MenuViewLayer
603 if (!mIsNotificationShown) { in showNotification()
607 mIsNotificationShown = true; in showNotification()
613 if (mIsNotificationShown) { in dismissNotification()
616 mIsNotificationShown = false; in dismissNotification()