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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp201 mPendingEvent(NULL), mAppSwitchSawKeyDown(false), mAppSwitchDueTime(LONG_LONG_MAX),
416 mAppSwitchSawKeyDown = true;
418 if (mAppSwitchSawKeyDown) {
423 mAppSwitchSawKeyDown = false;
H A DInputDispatcher.h864 bool mAppSwitchSawKeyDown; member in class:android::InputDispatcher

Completed in 360 milliseconds