Lines Matching refs:visible

307      * Insets that determine the actually visible area.  These are in the application's
375 * These are the visible insets that were given during layout for
387 * the visible insets; if false the area outside the visible insets is
426 // the status bar or navigation bar is visible.
430 // bars are visible, the decor frame is equal to the stable frame.
481 * even if it is not currently visible for layout. This is set
496 * Whether the app died while it was visible, if true we might need
519 * The orientation during the last visible call to relayout. If our
562 // Whether the window was visible when we set the app to invisible last time. WM uses
564 // the app is brought visible.
908 // IME is up and obscuring this window. Adjust the window position so it is visible.
926 // if it wasn't set already. No need to intersect it with the (visible)
927 // "content frame" since it is allowed to be outside the visible desktop.
997 // Make sure the content and visible frames are inside of the
1005 // and make sure that there is always a minimum visible so that the user can drag it
1424 * Retrieves the visible bounds of the window.
1499 * @return True if the window would be visible if we'd ignore policy visibility, false
1513 * Is this window visible, ignoring its app token? It is not visible if there is no surface,
1533 * a combination of the above "visible now" with the check that the
1542 * Same as isVisible(), but we also count it as visible between the
1555 * is visible or it is currently running an animation before no longer
1556 * being visible.
1694 boolean onAppVisibilityChanged(boolean visible, boolean runningAppAnimation) {
1699 changed |= c.onAppVisibilityChanged(visible, runningAppAnimation);
1706 if (!visible && isVisibleNow() && mAppToken.isSelfAnimating()) {
1715 if (visible != isVisibleNow) {
1719 // 3. WS is currently visible
2005 "Not removing " + this + " because app died while it's visible");
2058 // Removing a visible window will effect the computed orientation
2137 * Dummy event receiver for windows that died visible.
2155 // If the window died visible, we setup a dummy input channel, so that taps
2301 // Window is no longer visible -- make sure if we were waiting
2351 // If we were already visible, skip rest of preparation.
2354 "Already visible and does not turn on screen, skip preparing: " + this);
2463 * Returns true if this window is visible and belongs to a dead app and shouldn't be removed,
2469 // Not a visible app window or the app isn't dead.
2545 // Check for the case where we are currently visible and
2547 // point to become visible when we already are.
2591 // Window is no longer visible -- make sure if we were waiting
2722 Slog.d(TAG, "pokeDrawLock: poking draw lock on behalf of visible window owned by "
3418 pw.print(" visible="); mVisibleFrame.printShortString(pw);
3427 pw.print(" visible="); mVisibleInsets.printShortString(pw);
3436 pw.print(" visible="); mLastVisibleInsets.printShortString(pw);
3633 * this window is visible.
4220 * @param visible Current visibility.
4222 void dispatchWallpaperVisibility(final boolean visible) {
4228 if (mWallpaperVisible != visible && (hideAllowed || visible)) {
4229 mWallpaperVisible = visible;
4233 + ": " + visible + " from:\n" + Debug.getCallers(4, " "));
4234 mClient.dispatchAppVisibility(visible);
4352 // the display region. Of course this area will not eventually be visible
4653 // 3. The WS is considered visible according to the isVisible() method