Searched defs:mInputMethodTarget (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java641 WindowState mInputMethodTarget = null; field in class:WindowManagerService
643 /** If true hold off on modifying the animation layer of mInputMethodTarget */
4730 // Also don't use mInputMethodTarget's stack, because some window with FLAG_NOT_FOCUSABLE
5959 final WindowState prevTarget = mInputMethodTarget;
6658 if (mInputMethodTarget != null) {
6659 pw.print(" mInputMethodTarget="); pw.println(mInputMethodTarget);
7526 mPolicy.setLastInputMethodWindowLw(mInputMethodWindow, mInputMethodTarget);

Completed in 64 milliseconds