Searched defs:isAppSwitchDue (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/input/
H A DInputDispatcher.cpp267 bool isAppSwitchDue = mAppSwitchDueTime <= currentTime; local
276 if (isAppSwitchDue) {
280 isAppSwitchDue = false;
347 if (isAppSwitchDue) {
350 isAppSwitchDue = false;
368 if (dropReason == DROP_REASON_NOT_DROPPED && isAppSwitchDue) {

Completed in 149 milliseconds