Home | History | Annotate | Download | only in wm

Lines Matching refs:wpos

1500         int wpos = windows.indexOf(win);
1501 if (wpos >= 0) {
1502 if (wpos < interestingPos) interestingPos--;
1503 if (DEBUG_WINDOW_MOVEMENT) Slog.v(TAG, "Temp removing at " + wpos + ": " + win);
1504 windows.remove(wpos);
1528 int wpos = windows.indexOf(win);
1529 if (wpos >= 0) {
1530 if (DEBUG_WINDOW_MOVEMENT) Slog.v(TAG, "ReAdd removing from " + wpos + ": " + win);
1531 windows.remove(wpos);
1533 reAddWindowLocked(wpos, win);