Searched refs:mFocusedApplicationHandle (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp1077 if (mFocusedApplicationHandle != NULL) {
1079 mFocusedApplicationHandle, NULL, nextWakeupTime,
1102 mFocusedApplicationHandle, mFocusedWindowHandle, nextWakeupTime, reason.string());
2955 if (mFocusedApplicationHandle != inputApplicationHandle) {
2956 if (mFocusedApplicationHandle != NULL) {
2958 mFocusedApplicationHandle->releaseInfo();
2960 mFocusedApplicationHandle = inputApplicationHandle;
2962 } else if (mFocusedApplicationHandle != NULL) {
2964 mFocusedApplicationHandle->releaseInfo();
2965 mFocusedApplicationHandle
[all...]
H A DInputDispatcher.h994 sp<InputApplicationHandle> mFocusedApplicationHandle; member in class:android::InputDispatcher

Completed in 41 milliseconds