Lines Matching defs:force
379 * list or contain windows that need to be force removed.
3442 // immediately force the new one to be displayed. If
3733 boolean unfreezeSurfaceNow, boolean force) {
3736 + " force=" + force);
3749 if (force || unfrozeWindows) {
3818 public void stopAppFreezingScreen(IBinder token, boolean force) {
3832 unsetAppFreezingScreenLocked(wtoken, true, force);
6122 MotionEvent finishedKey(Session session, IWindow client, boolean force,
6125 TAG, "finishedKey: client=" + client + ", force=" + force);
6138 + ", force=" + force + ", last=" + mLastBinder
6157 if (mLastWin != null && (!mLastWin.mToken.paused || force
6305 private final void doFinishedKeyLocked(boolean force) {
6311 if (force || mLastWin == null || !mLastWin.mToken.paused
9714 "Animation done that could impact force hide: "
10087 // was force hiding other windows behind it, but now it
10124 if (DEBUG_FOCUS) Slog.i(TAG, "win=" + w + " force hides other windows");
11082 // Reset the key delivery timeout on unfreeze, too. We force a wakeup here
11151 pw.println(" Windows force removing:");