Home | History | Annotate | Download | only in wm

Lines Matching full:curtarget

1215         final WindowState curTarget = mInputMethodTarget;
1216 if (curTarget != null && w != null
1217 && curTarget.isDisplayedLw()
1218 && curTarget.isClosing()
1219 && (curTarget.mWinAnimator.mAnimLayer > w.mWinAnimator.mAnimLayer)) {
1221 return windows.indexOf(curTarget) + 1;
1228 AppWindowToken token = curTarget == null ? null : curTarget.mAppToken;
1238 WindowList curWindows = curTarget.getWindowList();
1239 int pos = curWindows.indexOf(curTarget);
1285 if (DEBUG_INPUT_METHOD) Slog.w(TAG, "Moving IM target from " + curTarget + " to "
1298 if (DEBUG_INPUT_METHOD) Slog.w(TAG, "Moving IM target from " + curTarget + " to null."