Home
last modified time | relevance | path

Searched refs:setFocusedApplication (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp1494 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, application); in TEST_F()
1601 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, application); in TEST_F()
1687 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, application); in TEST_F()
2357 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, application); in TEST_F()
2558 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, application); in TEST_F()
2599 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, application); in TEST_F()
2638 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, application); in TEST_F()
3883 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, nullptr); in TEST_F()
4668 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, mApp); in SetUp()
4814 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, mApp); in SetUp()
[all …]
/aosp12/frameworks/native/services/inputflinger/dispatcher/include/
H A DInputDispatcherInterface.h99 virtual void setFocusedApplication(
/aosp12/frameworks/native/services/inputflinger/docs/
H A Danr.md49 …Dispatcher. When an application is launched, WindowManager calls `setFocusedApplication` to tell I…
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp279 void setFocusedApplication(JNIEnv* env, int32_t displayId, jobject applicationHandleObj);
1004 void NativeInputManager::setFocusedApplication(JNIEnv* env, int32_t displayId, in setFocusedApplication() function in android::NativeInputManager
1012 mInputManager->getDispatcher()->setFocusedApplication(displayId, applicationHandle); in setFocusedApplication()
1786 im->setFocusedApplication(env, displayId, applicationHandleObj); in nativeSetFocusedApplication()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInputMonitor.java484 mService.mInputManager.setFocusedApplication(mDisplayId, in setFocusedAppLw()
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.h116 void setFocusedApplication(
H A DInputDispatcher.cpp4654 void InputDispatcher::setFocusedApplication( in setFocusedApplication() function in android::inputdispatcher::InputDispatcher
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1746 public void setFocusedApplication(int displayId, InputApplicationHandle application) { in setFocusedApplication() method in InputManagerService
/aosp12/frameworks/base/services/
H A Dart-profile19568 HSPLcom/android/server/input/InputManagerService;->setFocusedApplication(ILandroid/view/InputApplic…