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

/frameworks/base/services/input/
H A DInputDispatcher.cpp1047 if (mFocusedApplicationHandle != NULL) {
1049 mFocusedApplicationHandle, NULL, nextWakeupTime,
1070 mFocusedApplicationHandle, mFocusedWindowHandle, nextWakeupTime,
1078 mFocusedApplicationHandle, mFocusedWindowHandle, nextWakeupTime,
1270 && mFocusedApplicationHandle != NULL) {
1272 mFocusedApplicationHandle, NULL, nextWakeupTime,
2896 if (mFocusedApplicationHandle != inputApplicationHandle) {
2897 if (mFocusedApplicationHandle != NULL) {
2899 mFocusedApplicationHandle->releaseInfo();
2901 mFocusedApplicationHandle
[all...]
H A DInputDispatcher.h958 sp<InputApplicationHandle> mFocusedApplicationHandle; member in class:android::InputDispatcher

Completed in 39 milliseconds