Home | History | Annotate | Download | only in input

Lines Matching refs:paused

65 // Default input dispatching timeout if there is no focused application or paused window
1081 // If the currently focused window is paused then keep waiting.
1082 if (mFocusedWindowHandle->getInfo()->paused) {
1085 "Waiting because the focused window is paused.");
1439 // If the touched window is paused then keep waiting.
1440 if (touchedWindow.windowHandle->getInfo()->paused) {
1443 "Waiting because the touched window is paused.");
3126 "paused=%s, hasFocus=%s, hasWallpaper=%s, "
3131 toString(windowInfo->paused),