Searched refs:notifyConfigurationChanged (Results 1 – 10 of 10) sorted by relevance
171 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) = 0;190 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args);
39 listener->notifyConfigurationChanged(this); in notify()153 void QueuedInputListener::notifyConfigurationChanged( in notifyConfigurationChanged() function in android::QueuedInputListener
205 virtual void notifyConfigurationChanged(nsecs_t when) = 0;380 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args);
2408 void InputDispatcher::notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged() function in android::InputDispatcher3557 mPolicy->notifyConfigurationChanged(commandEntry->eventTime); in doNotifyConfigurationChangedInterruptible()
52 virtual void notifyConfigurationChanged(nsecs_t) { in notifyConfigurationChanged() function in android::FakeInputDispatcherPolicy
333 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged() function in android::FakeInputListener
79 jmethodID notifyConfigurationChanged; member243 virtual void notifyConfigurationChanged(nsecs_t when);661 void NativeInputManager::notifyConfigurationChanged(nsecs_t when) { in notifyConfigurationChanged() function in android::NativeInputManager669 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyConfigurationChanged, when); in notifyConfigurationChanged()1750 GET_METHOD_ID(gServiceClassInfo.notifyConfigurationChanged, clazz, in register_android_server_InputManager()
1763 private void notifyConfigurationChanged(long whenNanos) { in notifyConfigurationChanged() method in InputManagerService1764 mWindowManagerCallbacks.notifyConfigurationChanged(); in notifyConfigurationChanged()1997 public void notifyConfigurationChanged(); in notifyConfigurationChanged() method
418 public void notifyConfigurationChanged() { in notifyConfigurationChanged() method in InputMonitor
836 …com/android/server/input/InputManagerService$WindowManagerCallbacks;->notifyConfigurationChanged()V