Home | History | Annotate | Download | only in wm

Lines Matching refs:focusedWindow

6056         WindowState focusedWindow = getFocusedWindow();
6065 if(focusedWindow != null) {
6066 out.write(Integer.toHexString(System.identityHashCode(focusedWindow)));
6068 out.append(focusedWindow.mAttrs.getTitle());