Searched refs:setFocusedApplication (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/include/ |
D | InputDispatcherInterface.h | 96 virtual void setFocusedApplication(
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 637 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, application); in TEST_F() 662 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, application); in TEST_F() 689 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, application); in TEST_F() 722 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, application1); in SetUp() 735 mDispatcher->setFocusedApplication(SECOND_DISPLAY_ID, application2); in SetUp() 955 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, application); in SetUp()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputMonitor.java | 359 mService.mInputManager.setFocusedApplication(mDisplayId, null); in setFocusedAppLw() 365 mService.mInputManager.setFocusedApplication(mDisplayId, handle); in setFocusedAppLw()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 218 void setFocusedApplication(JNIEnv* env, int32_t displayId, jobject applicationHandleObj); 819 void NativeInputManager::setFocusedApplication(JNIEnv* env, int32_t displayId, in setFocusedApplication() function in android::NativeInputManager 823 mInputManager->getDispatcher()->setFocusedApplication(displayId, applicationHandle); in setFocusedApplication() 1524 im->setFocusedApplication(env, displayId, applicationHandleObj); in nativeSetFocusedApplication()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.h | 101 virtual void setFocusedApplication(
|
D | InputDispatcher.cpp | 3316 void InputDispatcher::setFocusedApplication( in setFocusedApplication() function in android::inputdispatcher::InputDispatcher
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 1509 public void setFocusedApplication(int displayId, InputApplicationHandle application) { in setFocusedApplication() method in InputManagerService
|
/frameworks/base/services/ |
D | art-profile | 7210 HSPLcom/android/server/input/InputManagerService;->setFocusedApplication(ILandroid/view/InputApplic…
|