Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherInterface.h115 virtual void setFocusedApplication(
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp1123 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, application); in TEST_F()
1146 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, application); in TEST_F()
1171 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, application); in TEST_F()
1201 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, application); in TEST_F()
1527 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, application); in TEST_F()
1619 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, application); in TEST_F()
1656 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, application); in TEST_F()
1693 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, application); in TEST_F()
1836 mDispatcher->setFocusedApplication(ADISPLAY_ID_DEFAULT, application1); in SetUp()
1848 mDispatcher->setFocusedApplication(SECOND_DISPLAY_ID, application2); in SetUp()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DInputMonitor.java380 mService.mInputManager.setFocusedApplication(mDisplayId, null); in setFocusedAppLw()
386 mService.mInputManager.setFocusedApplication(mDisplayId, handle); in setFocusedAppLw()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp210 void setFocusedApplication(JNIEnv* env, int32_t displayId, jobject applicationHandleObj);
781 void NativeInputManager::setFocusedApplication(JNIEnv* env, int32_t displayId, in setFocusedApplication() function in android::NativeInputManager
785 mInputManager->getDispatcher()->setFocusedApplication(displayId, applicationHandle); in setFocusedApplication()
1544 im->setFocusedApplication(env, displayId, applicationHandleObj); in nativeSetFocusedApplication()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h116 virtual void setFocusedApplication(
DInputDispatcher.cpp3795 void InputDispatcher::setFocusedApplication( in setFocusedApplication() function in android::inputdispatcher::InputDispatcher
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1527 public void setFocusedApplication(int displayId, InputApplicationHandle application) { in setFocusedApplication() method in InputManagerService
/frameworks/base/services/
Dart-profile16543 HSPLcom/android/server/input/InputManagerService;->setFocusedApplication(ILandroid/view/InputApplic…