Searched defs:notifyConfigurationChanged (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/ui/tests/
H A DInputDispatcher_test.cpp34 virtual void notifyConfigurationChanged(nsecs_t when) { function in class:android::FakeInputDispatcherPolicy
H A DInputReader_test.cpp220 << "Expected notifyConfigurationChanged() to have been called.";
265 virtual void notifyConfigurationChanged(nsecs_t eventTime) { function in class:android::FakeInputDispatcher
/frameworks/base/services/java/com/android/server/
H A DInputManager.java362 public void notifyConfigurationChanged(long whenNanos) { method in class:InputManager.Callbacks
/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp49 jmethodID notifyConfigurationChanged; member in struct:android::__anon712
198 virtual void notifyConfigurationChanged(nsecs_t when);
592 void NativeInputManager::notifyConfigurationChanged(nsecs_t when) { function in class:android::NativeInputManager
594 LOGD("notifyConfigurationChanged - when=%lld", when);
599 env->CallVoidMethod(mCallbacksObj, gCallbacksClassInfo.notifyConfigurationChanged, when);
600 checkAndClearExceptionFromCallback(env, "notifyConfigurationChanged");
1348 GET_METHOD_ID(gCallbacksClassInfo.notifyConfigurationChanged, gCallbacksClassInfo.clazz,
1349 "notifyConfigurationChanged", "(J)V");
/frameworks/base/libs/ui/
H A DInputDispatcher.cpp2066 void InputDispatcher::notifyConfigurationChanged(nsecs_t eventTime) { function in class:android::InputDispatcher
2068 LOGD("notifyConfigurationChanged - eventTime=%lld", eventTime);
2907 mPolicy->notifyConfigurationChanged(commandEntry->eventTime);

Completed in 39 milliseconds