Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DFlashNotificationsController.java165 private boolean mIsTorchTouched = false; field in FlashNotificationsController
617 + ", isTorchTouched=" + mIsTorchTouched); in doCameraFlashNotificationOn()
622 if (mIsTorchTouched) { in doCameraFlashNotificationOff()
629 + ", isTorchTouched=" + mIsTorchTouched); in doCameraFlashNotificationOff()
659 mIsTorchTouched = on; in doCameraFlashNotification()