Home
last modified time | relevance | path

Searched refs:curTarget (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java1514 final WindowState curTarget = mInputMethodTarget; in findDesiredInputMethodWindowIndexLocked() local
1515 if (curTarget != null in findDesiredInputMethodWindowIndexLocked()
1516 && curTarget.isDisplayedLw() in findDesiredInputMethodWindowIndexLocked()
1517 && curTarget.isClosing() in findDesiredInputMethodWindowIndexLocked()
1518 && (w == null || curTarget.mWinAnimator.mAnimLayer > w.mWinAnimator.mAnimLayer)) { in findDesiredInputMethodWindowIndexLocked()
1520 return windows.indexOf(curTarget) + 1; in findDesiredInputMethodWindowIndexLocked()
1527 AppWindowToken token = curTarget == null ? null : curTarget.mAppToken; in findDesiredInputMethodWindowIndexLocked()
1537 WindowList curWindows = curTarget.getWindowList(); in findDesiredInputMethodWindowIndexLocked()
1538 int pos = curWindows.indexOf(curTarget); in findDesiredInputMethodWindowIndexLocked()
1584 if (DEBUG_INPUT_METHOD) Slog.w(TAG_WM, "Moving IM target from " + curTarget + " to " in findDesiredInputMethodWindowIndexLocked()
[all …]