Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherInterface.h96 virtual void setFocusedApplication(
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp637 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/
DInputMonitor.java359 mService.mInputManager.setFocusedApplication(mDisplayId, null); in setFocusedAppLw()
365 mService.mInputManager.setFocusedApplication(mDisplayId, handle); in setFocusedAppLw()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp218 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/
DInputDispatcher.h101 virtual void setFocusedApplication(
DInputDispatcher.cpp3316 void InputDispatcher::setFocusedApplication( in setFocusedApplication() function in android::inputdispatcher::InputDispatcher
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1509 public void setFocusedApplication(int displayId, InputApplicationHandle application) { in setFocusedApplication() method in InputManagerService
/frameworks/base/services/
Dart-profile7210 HSPLcom/android/server/input/InputManagerService;->setFocusedApplication(ILandroid/view/InputApplic…