Searched refs:highestTarget (Results 1 – 1 of 1) sorted by relevance
1265 WindowState highestTarget = null; in findDesiredInputMethodWindowIndexLocked() local1276 if (highestTarget == null || win.mWinAnimator.mAnimLayer > in findDesiredInputMethodWindowIndexLocked()1277 highestTarget.mWinAnimator.mAnimLayer) { in findDesiredInputMethodWindowIndexLocked()1278 highestTarget = win; in findDesiredInputMethodWindowIndexLocked()1286 if (highestTarget != null) { in findDesiredInputMethodWindowIndexLocked()1287 if (DEBUG_INPUT_METHOD) Slog.v(TAG, mAppTransition + " " + highestTarget in findDesiredInputMethodWindowIndexLocked()1288 + " animating=" + highestTarget.mWinAnimator.isAnimating() in findDesiredInputMethodWindowIndexLocked()1289 + " layer=" + highestTarget.mWinAnimator.mAnimLayer in findDesiredInputMethodWindowIndexLocked()1296 mInputMethodTarget = highestTarget; in findDesiredInputMethodWindowIndexLocked()1298 } else if (highestTarget.mWinAnimator.isAnimating() && in findDesiredInputMethodWindowIndexLocked()[all …]