Home
last modified time | relevance | path

Searched defs:dispatchModeChanged (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DFlashlightControllerImpl.java191 private void dispatchModeChanged(boolean enabled) { in dispatchModeChanged() method in FlashlightControllerImpl
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_DisplayEventReceiver.cpp41 jmethodID dispatchModeChanged; member
233 void NativeDisplayEventReceiver::dispatchModeChanged(nsecs_t timestamp, PhysicalDisplayId displayId, in dispatchModeChanged() function in android::NativeDisplayEventReceiver
/aosp14/frameworks/base/core/java/android/view/
H A DDisplayEventReceiver.java350 private void dispatchModeChanged(long timestampNanos, long physicalDisplayId, int modeId, in dispatchModeChanged() method in DisplayEventReceiver