Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_DisplayEventReceiver.cpp44 jmethodID dispatchConfigChanged; member
66 void dispatchConfigChanged(nsecs_t timestamp, PhysicalDisplayId displayId,
123 void NativeDisplayEventReceiver::dispatchConfigChanged(nsecs_t timestamp, in dispatchConfigChanged() function in android::NativeDisplayEventReceiver
132 gDisplayEventReceiverClassInfo.dispatchConfigChanged, in dispatchConfigChanged()
206 gDisplayEventReceiverClassInfo.dispatchConfigChanged = GetMethodIDOrDie(env, in register_android_view_DisplayEventReceiver()
/frameworks/base/native/android/
Dchoreographer.cpp74 void dispatchConfigChanged(nsecs_t timestamp, PhysicalDisplayId displayId,
170 void Choreographer::dispatchConfigChanged(nsecs_t, PhysicalDisplayId displayId, in dispatchConfigChanged() function in android::Choreographer
/frameworks/base/libs/androidfw/include/androidfw/
DDisplayEventDispatcher.h44 virtual void dispatchConfigChanged(nsecs_t timestamp, PhysicalDisplayId displayId,
/frameworks/base/core/java/android/view/
DDisplayEventReceiver.java215 private void dispatchConfigChanged(long timestampNanos, long physicalDisplayId, int configId) { in dispatchConfigChanged() method in DisplayEventReceiver
/frameworks/base/libs/androidfw/
DDisplayEventDispatcher.cpp140 dispatchConfigChanged(ev.header.timestamp, ev.header.displayId, ev.config.configId); in processPendingEvents()