Home | History | Annotate | Download | only in wm

Lines Matching refs:wt

4886                 AppWindowToken wt = findAppWindowToken(tokens.get(i));
4887 if (wt != null) {
4889 "Adding next to top: " + wt);
4890 mAppTokens.add(wt);
4892 wt.sendingToBottom = false;
4924 AppWindowToken wt = findAppWindowToken(tokens.get(i));
4925 if (wt != null) {
4927 "Adding next to bottom: " + wt + " at " + pos);
4928 mAppTokens.add(pos, wt);
4930 wt.sendingToBottom = true;