Searched refs:dispatchConfigChanged (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_DisplayEventReceiver.cpp | 44 jmethodID dispatchConfigChanged; member 65 void dispatchConfigChanged(nsecs_t timestamp, PhysicalDisplayId displayId, 120 void NativeDisplayEventReceiver::dispatchConfigChanged(nsecs_t timestamp, in dispatchConfigChanged() function in android::NativeDisplayEventReceiver 129 gDisplayEventReceiverClassInfo.dispatchConfigChanged, in dispatchConfigChanged() 203 gDisplayEventReceiverClassInfo.dispatchConfigChanged = GetMethodIDOrDie(env, in register_android_view_DisplayEventReceiver()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | DisplayEventDispatcher.h | 43 virtual void dispatchConfigChanged(nsecs_t timestamp, PhysicalDisplayId displayId,
|
/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/core/java/android/view/ |
D | DisplayEventReceiver.java | 199 private void dispatchConfigChanged(long timestampNanos, long physicalDisplayId, int configId) { in dispatchConfigChanged() method in DisplayEventReceiver
|
/frameworks/base/libs/androidfw/ |
D | DisplayEventDispatcher.cpp | 139 dispatchConfigChanged(ev.header.timestamp, ev.header.displayId, ev.config.configId); in processPendingEvents()
|