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

/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java204 public interface WindowState { interface in interface:WindowManagerPolicy
345 public boolean getNeedsMenuLw(WindowState bottom);
606 WindowState getInputMethodWindowLw();
758 default int getWindowLayerLw(WindowState win) {
977 public boolean canBeHiddenByKeyguardLw(WindowState win);
1017 public int prepareAddWindowLw(WindowState win,
1026 public void removeWindowLw(WindowState win);
1040 public int selectAnimationLw(WindowState win, int transit);
1123 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, int policyFlags);
1139 public KeyEvent dispatchUnhandledKey(WindowState wi
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java154 class WindowState extends WindowContainer<WindowState> implements WindowManagerPolicy.WindowState { class in inherits:WindowContainer,WindowManagerPolicy.WindowState
155 static final String TAG = TAG_WITH_CLASS_NAME ? "WindowState" : TAG_WM;
530 private WindowState mReplacementWindow = null;
579 * A flag set by the {@link WindowState} parent to indicate that the parent has examined this
580 * {@link WindowState} in its overall drawing context. This book-keeping allows the parent to
589 private static final Comparator<WindowState> sWindowSubLayerComparator =
590 new Comparator<WindowState>() {
592 public int compare(WindowState w
606 WindowState(WindowManagerService service, Session s, IWindow c, WindowToken token, method in class:WindowState
[all...]

Completed in 81 milliseconds