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

/frameworks/base/services/input/
H A DInputDispatcher.cpp196 mPendingEvent(NULL), mAppSwitchSawKeyDown(false), mAppSwitchDueTime(LONG_LONG_MAX),
411 mAppSwitchSawKeyDown = true;
413 if (mAppSwitchSawKeyDown) {
418 mAppSwitchSawKeyDown = false;
H A DInputDispatcher.h858 bool mAppSwitchSawKeyDown; member in class:android::InputDispatcher

Completed in 291 milliseconds