Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DFlashNotificationsController.java744 private final FlashNotification mFlashNotification; field in FlashNotificationsController.FlashNotificationThread
752 mFlashNotification = flashNotification; in FlashNotificationThread()
760 mColor = mFlashNotification.mColor; in run()
762 || mFlashNotification.mForceStartScreenFlash; in run()
787 mFlashNotification.tryUnlinkToDeath(); in run()
797 if (mFlashNotification.mType != TYPE_SEQUENCE in startFlashNotification()
798 && mFlashNotification.mRepeat >= 0) { in startFlashNotification()
799 if (mFlashNotification.mRepeat-- == 0) { in startFlashNotification()
805 mFlashNotification.mForceStartScreenFlash); in startFlashNotification()
810 delay(mFlashNotification.mOnDuration); in startFlashNotification()
[all …]