Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java1129 WindowState highestTarget = null; in findDesiredInputMethodWindowIndexLocked() local
1140 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 …]