Searched defs:hideLw (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java381 public boolean hideLw(boolean doAnimation); method in interface:WindowManagerPolicy.WindowState
384 * Can be called to undo the effect of {@link #hideLw}, allowing a
388 * Returns true if {@link #hideLw} was last called for the window.
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java1886 public boolean hideLw(boolean doAnimation) { method in class:WindowState
1887 return hideLw(doAnimation, true);
1890 boolean hideLw(boolean doAnimation, boolean requestAnim) { method in class:WindowState
1920 "WindowState.hideLw: setting mFocusMayChange true");
1942 hideLw(true, true);

Completed in 1580 milliseconds