Searched refs:setInputWindows (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DInputManager.java317 public void setInputWindows(InputWindow[] windows) { method in class:InputManager
H A DWindowManagerService.java5239 mInputManager.setInputWindows(mTempInputWindows.toNullTerminatedArray());
/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp177 void setInputWindows(JNIEnv* env, jobjectArray windowObjArray);
680 void NativeInputManager::setInputWindows(JNIEnv* env, jobjectArray windowObjArray) { function in class:android::NativeInputManager
700 mInputManager->getDispatcher()->setInputWindows(windows);
1179 gNativeInputManager->setInputWindows(env, windowObjArray);
/frameworks/base/include/ui/
H A DInputDispatcher.h376 virtual void setInputWindows(const Vector<InputWindow>& inputWindows) = 0;
442 virtual void setInputWindows(const Vector<InputWindow>& inputWindows);
/frameworks/base/libs/ui/
H A DInputDispatcher.cpp2496 void InputDispatcher::setInputWindows(const Vector<InputWindow>& inputWindows) { function in class:android::InputDispatcher
2498 LOGD("setInputWindows");
/frameworks/base/libs/ui/tests/
H A DInputReader_test.cpp337 virtual void setInputWindows(const Vector<InputWindow>& inputWindows) { function in class:android::FakeInputDispatcher

Completed in 63 milliseconds