Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DWindowMagnificationPromptController.java68 private boolean mNeedToShowNotification; field in WindowMagnificationPromptController
84 mNeedToShowNotification = isWindowMagnificationPromptEnabled(); in WindowMagnificationPromptController()
90 if (mNeedToShowNotification == needToShowNotification) { in onPromptSettingsValueChanged()
93 mNeedToShowNotification = needToShowNotification; in onPromptSettingsValueChanged()
94 if (!mNeedToShowNotification) { in onPromptSettingsValueChanged()
105 if (!mNeedToShowNotification) return; in showNotificationIfNeeded()
197 mNeedToShowNotification = false; in onReceive()