Searched refs:showLw (Results 1 – 4 of 4) sorted by relevance
156 final boolean change = show ? mWin.showLw(!mNoAnimationOnNextShow && !skipAnimation()) in setBarShowingLw()
5475 win.showLw(false /* doAnimation */);
444 public boolean showLw(boolean doAnimation); in showLw() method
2357 public boolean showLw(boolean doAnimation) { in showLw() method in WindowState2358 return showLw(doAnimation, true); in showLw()2361 boolean showLw(boolean doAnimation, boolean requestAnim) { in showLw() method in WindowState2460 showLw(true, true); in setAppOpVisibilityLw()