Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DFlashNotificationsController.java674 private final int mOffDuration; field in FlashNotificationsController.FlashNotification
700 mOffDuration = TYPE_SEQUENCE_OFF_MS; in FlashNotification()
706 mOffDuration = TYPE_LONG_PREVIEW_OFF_MS; in FlashNotification()
713 mOffDuration = TYPE_DEFAULT_OFF_MS; in FlashNotification()
816 delay(mFlashNotification.mOffDuration); in startFlashNotification()