HomeSort by relevance Sort by last modified time
    Searched refs:WindowState (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 107 public interface WindowState {
455 public boolean doesForceHide(WindowState win, WindowManager.LayoutParams attrs);
464 public boolean canBeForceHidden(WindowState win, WindowManager.LayoutParams attrs);
521 public int prepareAddWindowLw(WindowState win,
530 public void removeWindowLw(WindowState win);
544 public int selectAnimationLw(WindowState win, int transit);
588 public boolean interceptKeyTi(WindowState win, int code,
610 public void layoutWindowLw(WindowState win,
611 WindowManager.LayoutParams attrs, WindowState attached);
659 public void animatingWindowLw(WindowState win
    [all...]
  /frameworks/base/services/java/com/android/server/
WindowManagerService.java 298 final HashMap<IBinder, WindowState> mWindowMap = new HashMap<IBinder, WindowState>();
359 final ArrayList<WindowState> mResizingWindows = new ArrayList<WindowState>();
364 final ArrayList<WindowState> mPendingRemove = new ArrayList<WindowState>();
369 final ArrayList<WindowState> mDestroySurface = new ArrayList<WindowState>();
375 ArrayList<WindowState> mLosingFocus = new ArrayList<WindowState>();
    [all...]
  /frameworks/policies/base/mid/com/android/internal/policy/impl/
MidWindowManager.java 129 private WindowState mStatusBar = null;
130 private WindowState mSearchBar = null;
131 private WindowState mKeyguard = null;
149 private WindowState mTopFullscreenOpaqueWindowState;
354 public boolean doesForceHide(WindowState win, WindowManager.LayoutParams attrs) {
358 public boolean canBeForceHidden(WindowState win, WindowManager.LayoutParams attrs) {
476 public int prepareAddWindowLw(WindowState win, WindowManager.LayoutParams attrs) {
501 public void removeWindowLw(WindowState win) {
516 public int selectAnimationLw(WindowState win, int transit) {
538 public boolean interceptKeyTi(WindowState win, int code, int metaKeys, boolean down,
    [all...]
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
PhoneWindowManager.java 193 WindowState mStatusBar = null;
194 final ArrayList<WindowState> mStatusBarPanels = new ArrayList<WindowState>();
195 WindowState mKeyguard = null;
245 WindowState mTopFullscreenOpaqueWindowState;
    [all...]

Completed in 38 milliseconds