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

  /frameworks/base/services/core/java/com/android/server/wm/
WindowAnimator.java 361 if (!win.showLw(false, false) && !applyExistingExitAnimation) {
366 // Couldn't really show, must showLw() again when win becomes visible.
423 win.showLw(false, false);
    [all...]
WindowState.java     [all...]
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 362 * Returns true if {@link #showLw} was last called for the window.
373 public boolean showLw(boolean doAnimation);
    [all...]

Completed in 65 milliseconds