Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DFlashNotificationsController.java96 private static final int TYPE_LONG_PREVIEW = 3; field in FlashNotificationsController
103 TYPE_LONG_PREVIEW
321 requestStartFlashNotification(new FlashNotification(TAG_PREVIEW, TYPE_LONG_PREVIEW, in startFlashNotificationLongPreview()
522 if (type == TYPE_DEFAULT || type == TYPE_LONG_PREVIEW) { in startFlashNotification()
704 case TYPE_LONG_PREVIEW: in FlashNotification()
763 mShouldDoCameraFlash = mFlashNotification.mType != TYPE_LONG_PREVIEW; in run()