HomeSort by relevance Sort by last modified time
    Searched refs:showLw (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 337 * Returns true if {@link #showLw} was last called for the window.
348 public boolean showLw(boolean doAnimation);
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
BarController.java 138 final boolean change = show ? mWin.showLw(true) : mWin.hideLw(true);
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java     [all...]
WindowAnimator.java 333 changed = win.showLw(false, false);
    [all...]

Completed in 47 milliseconds