Home | History | Annotate | Download | only in view

Lines Matching defs:WindowState

136     public interface WindowState {
250 public boolean getNeedsMenuLw(WindowState bottom);
597 public boolean doesForceHide(WindowState win, WindowManager.LayoutParams attrs);
606 public boolean canBeForceHidden(WindowState win, WindowManager.LayoutParams attrs);
664 public int prepareAddWindowLw(WindowState win,
673 public void removeWindowLw(WindowState win);
687 public int selectAnimationLw(WindowState win, int transit);
740 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, int policyFlags);
756 public KeyEvent dispatchUnhandledKey(WindowState win, KeyEvent event, int policyFlags);
794 public void layoutWindowLw(WindowState win,
795 WindowManager.LayoutParams attrs, WindowState attached);
839 public void animatingWindowLw(WindowState win,
865 public int focusChangedLw(WindowState lastFocus, WindowState newFocus);
1041 public boolean performHapticFeedbackLw(WindowState win, int effectId, boolean always);
1118 public void setLastInputMethodWindowLw(WindowState ime, WindowState target);