Searched refs:highestTarget (Results 1 – 1 of 1) sorted by relevance
1129 WindowState highestTarget = null; in findDesiredInputMethodWindowIndexLocked() local1140 if (highestTarget == null || win.mAnimLayer > in findDesiredInputMethodWindowIndexLocked()1141 highestTarget.mAnimLayer) { in findDesiredInputMethodWindowIndexLocked()1142 highestTarget = win; in findDesiredInputMethodWindowIndexLocked()1150 if (highestTarget != null) { in findDesiredInputMethodWindowIndexLocked()1152 + mNextAppTransition + " " + highestTarget in findDesiredInputMethodWindowIndexLocked()1153 + " animating=" + highestTarget.isAnimating() in findDesiredInputMethodWindowIndexLocked()1154 + " layer=" + highestTarget.mAnimLayer in findDesiredInputMethodWindowIndexLocked()1161 mInputMethodTarget = highestTarget; in findDesiredInputMethodWindowIndexLocked()1163 } else if (highestTarget.isAnimating() && in findDesiredInputMethodWindowIndexLocked()[all …]