Home
last modified time | relevance | path

Searched defs:setFocusedWindow (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/native/libs/input/android/os/
H A DIInputFlinger.aidl32 oneway void setFocusedWindow(in FocusRequest request); in setFocusedWindow() method
/aosp12/frameworks/native/services/inputflinger/host/
H A DInputFlinger.h50 binder::Status setFocusedWindow(const FocusRequest&) override { return binder::Status::ok(); } in setFocusedWindow() function
/aosp12/frameworks/native/services/inputflinger/
H A DInputManager.cpp150 binder::Status InputManager::setFocusedWindow(const FocusRequest& request) { in setFocusedWindow() function in android::InputManager
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DFocusResolver.cpp92 std::optional<FocusResolver::FocusChanges> FocusResolver::setFocusedWindow( in setFocusedWindow() function in android::inputdispatcher::FocusResolver
H A DInputDispatcher.cpp6165 void InputDispatcher::setFocusedWindow(const FocusRequest& request) { in setFocusedWindow() function in android::inputdispatcher::InputDispatcher
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputFlingerService_test.cpp160 binder::Status TestInputManager::setFocusedWindow(const FocusRequest& request) { in setFocusedWindow() function in android::TestInputManager
H A DInputDispatcher_test.cpp480 void setFocusedWindow(const sp<WindowInfoHandle>& window, in setFocusedWindow() function in android::inputdispatcher::InputDispatcherTest
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp1535 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setFocusedWindow( in setFocusedWindow() function in android::SurfaceComposerClient::Transaction
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceControl.java3456 public Transaction setFocusedWindow(@NonNull IBinder token, String windowName, in setFocusedWindow() method in SurfaceControl.Transaction