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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp1066 if (mFocusedApplicationHandle != NULL) {
1068 mFocusedApplicationHandle, NULL, nextWakeupTime,
1091 mFocusedApplicationHandle, mFocusedWindowHandle, nextWakeupTime, reason.string());
2900 if (mFocusedApplicationHandle != inputApplicationHandle) {
2901 if (mFocusedApplicationHandle != NULL) {
2903 mFocusedApplicationHandle->releaseInfo();
2905 mFocusedApplicationHandle = inputApplicationHandle;
2907 } else if (mFocusedApplicationHandle != NULL) {
2909 mFocusedApplicationHandle->releaseInfo();
2910 mFocusedApplicationHandle
[all...]
H A DInputDispatcher.h978 sp<InputApplicationHandle> mFocusedApplicationHandle; member in class:android::InputDispatcher

Completed in 245 milliseconds