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

/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java337 * Returns true if {@link #showLw} was last called for the window.
348 public boolean showLw(boolean doAnimation); method in interface:WindowManagerPolicy.WindowState
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DBarController.java138 final boolean change = show ? mWin.showLw(true) : mWin.hideLw(true);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java1173 public boolean showLw(boolean doAnimation) { method in class:WindowState
1174 return showLw(doAnimation, true);
1177 boolean showLw(boolean doAnimation, boolean requestAnim) { method in class:WindowState
1268 showLw(true, true);
H A DWindowAnimator.java363 if (!win.showLw(false, false) && !applyExistingExitAnimation) {
368 // Couldn't really show, must showLw() again when win becomes visible.
425 win.showLw(false, false);

Completed in 56 milliseconds