Searched defs:hideLw (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java1185 public boolean hideLw(boolean doAnimation) { method in class:WindowState
1186 return hideLw(doAnimation, true);
1189 boolean hideLw(boolean doAnimation, boolean requestAnim) { method in class:WindowState
1219 "WindowState.hideLw: setting mFocusMayChange true");
1241 hideLw(true, true);
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java339 public boolean hideLw(boolean doAnimation); method in interface:WindowManagerPolicy.WindowState
342 * Can be called to undo the effect of {@link #hideLw}, allowing a
346 * Returns true if {@link #hideLw} was last called for the window.

Completed in 10 milliseconds