Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DFlashNotificationsController.java748 private boolean mShouldDoScreenFlash = false; field in FlashNotificationsController.FlashNotificationThread
761 mShouldDoScreenFlash = (Color.alpha(mColor) != Color.TRANSPARENT) in run()
803 if (mShouldDoScreenFlash) { in startFlashNotification()