Searched refs:setFocusedApplication (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 635 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, application); in TEST_F() 660 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, application); in TEST_F() 687 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, application); in TEST_F() 720 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, application1); in SetUp() 733 mDispatcher->setFocusedApplication(SECOND_DISPLAY_ID, application2); in SetUp() 953 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 | 217 void setFocusedApplication(JNIEnv* env, int32_t displayId, jobject applicationHandleObj); 844 void NativeInputManager::setFocusedApplication(JNIEnv* env, int32_t displayId, in setFocusedApplication() function in android::NativeInputManager 848 mInputManager->getDispatcher()->setFocusedApplication(displayId, applicationHandle); in setFocusedApplication() 1543 im->setFocusedApplication(env, displayId, applicationHandleObj); in nativeSetFocusedApplication()
|
/frameworks/native/services/inputflinger/ |
D | InputDispatcher.h | 333 virtual void setFocusedApplication( 436 virtual void setFocusedApplication(int32_t displayId,
|
D | InputDispatcher.cpp | 3351 void InputDispatcher::setFocusedApplication( in setFocusedApplication() function in android::InputDispatcher
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 1489 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…
|