Searched refs:mWindows (Results 1 – 4 of 4) sorted by relevance
357 final ArrayList<WindowState> mWindows = new ArrayList<WindowState>(); field in WindowManagerService805 final int i = mWindows.indexOf(pos); in placeWindowAfter()808 + (i+1) + " of " + mWindows.size() + " (after " + pos + ")"); in placeWindowAfter()809 mWindows.add(i+1, window); in placeWindowAfter()814 final int i = mWindows.indexOf(pos); in placeWindowBefore()817 + i + " of " + mWindows.size() + " (before " + pos + ")"); in placeWindowBefore()818 mWindows.add(i, window); in placeWindowBefore()826 ArrayList<WindowState> localmWindows = mWindows; in findIdxBasedOnAppTokens()843 final ArrayList<WindowState> localmWindows = mWindows; in addWindowToListInOrderLocked()1068 final ArrayList<WindowState> localmWindows = mWindows; in findDesiredInputMethodWindowIndexLocked()[all …]
178 final int N = mService.mWindows.size(); in broadcastDragStartedLw()180 sendDragStartedLw(mService.mWindows.get(i), touchX, touchY, mDataDescription); in broadcastDragStartedLw()379 final ArrayList<WindowState> windows = mService.mWindows; in getTouchedWinAtPointLw()
155 final ArrayList<WindowState> windows = mService.mWindows; in updateInputWindowsLw()
3397 private final ArrayList<WeakReference<PhoneWindow>> mWindows =3407 synchronized (mWindows) {3417 mWindows.add(new WeakReference<PhoneWindow>(phoneWindow));3422 synchronized (mWindows) {3424 while (i < mWindows.size()) {3425 final WeakReference<PhoneWindow> ref = mWindows.get(i);3428 mWindows.remove(i);3437 synchronized (mWindows) {3439 while (i < mWindows.size()) {3440 final WeakReference<PhoneWindow> ref = mWindows.get(i);[all …]