HomeSort by relevance Sort by last modified time
    Searched defs:notifyConfigurationChanged (Results 1 - 8 of 8) sorted by null

  /frameworks/native/services/inputflinger/
InputListener.cpp 39 listener->notifyConfigurationChanged(this);
153 void QueuedInputListener::notifyConfigurationChanged(
InputDispatcher.cpp     [all...]
  /frameworks/native/services/inputflinger/tests/
InputDispatcher_test.cpp 52 virtual void notifyConfigurationChanged(nsecs_t) {
  /frameworks/base/services/core/java/com/android/server/wm/
InputMonitor.java 418 public void notifyConfigurationChanged() {
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java     [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 79 jmethodID notifyConfigurationChanged;
243 virtual void notifyConfigurationChanged(nsecs_t when);
661 void NativeInputManager::notifyConfigurationChanged(nsecs_t when) {
663 ALOGD("notifyConfigurationChanged - when=%lld", when);
669 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyConfigurationChanged, when);
670 checkAndClearExceptionFromCallback(env, "notifyConfigurationChanged");
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 76 milliseconds