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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp315 bool isAppSwitchDue = mAppSwitchDueTime <= currentTime; local
324 if (isAppSwitchDue) {
328 isAppSwitchDue = false;
395 if (isAppSwitchDue) {
398 isAppSwitchDue = false;
416 if (dropReason == DROP_REASON_NOT_DROPPED && isAppSwitchDue) {

Completed in 33 milliseconds