Searched refs:setFocusedApplication (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputDispatcher_test.cpp | 1494 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 D | InputDispatcherInterface.h | 99 virtual void setFocusedApplication(
|
/aosp12/frameworks/native/services/inputflinger/docs/ |
H A D | anr.md | 49 …Dispatcher. When an application is launched, WindowManager calls `setFocusedApplication` to tell I…
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 279 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 D | InputMonitor.java | 484 mService.mInputManager.setFocusedApplication(mDisplayId, in setFocusedAppLw()
|
/aosp12/frameworks/native/services/inputflinger/dispatcher/ |
H A D | InputDispatcher.h | 116 void setFocusedApplication(
|
H A D | InputDispatcher.cpp | 4654 void InputDispatcher::setFocusedApplication( in setFocusedApplication() function in android::inputdispatcher::InputDispatcher
|
/aosp12/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 1746 public void setFocusedApplication(int displayId, InputApplicationHandle application) { in setFocusedApplication() method in InputManagerService
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 19568 HSPLcom/android/server/input/InputManagerService;->setFocusedApplication(ILandroid/view/InputApplic…
|