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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp276 bool isAppSwitchDue = mAppSwitchDueTime <= currentTime; local
285 if (isAppSwitchDue) {
289 isAppSwitchDue = false;
356 if (isAppSwitchDue) {
359 isAppSwitchDue = false;
377 if (dropReason == DROP_REASON_NOT_DROPPED && isAppSwitchDue) {

Completed in 29 milliseconds