Searched refs:dispatchConfigChanged (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_DisplayEventReceiver.cpp | 44 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/ |
D | choreographer.cpp | 74 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/ |
D | DisplayEventDispatcher.h | 44 virtual void dispatchConfigChanged(nsecs_t timestamp, PhysicalDisplayId displayId,
|
/frameworks/base/core/java/android/view/ |
D | DisplayEventReceiver.java | 215 private void dispatchConfigChanged(long timestampNanos, long physicalDisplayId, int configId) { in dispatchConfigChanged() method in DisplayEventReceiver
|
/frameworks/base/libs/androidfw/ |
D | DisplayEventDispatcher.cpp | 140 dispatchConfigChanged(ev.header.timestamp, ev.header.displayId, ev.config.configId); in processPendingEvents()
|