Home | History | Annotate | Download | only in wm

Lines Matching refs:appWin

414         WindowState appWin = this;
415 while (appWin.mAttachedWindow != null) {
416 appWin = appWin.mAttachedWindow;
418 WindowToken appToken = appWin.mToken;