Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java1534 WindowState highestTarget = null; in findDesiredInputMethodWindowIndexLocked() local
1545 if (highestTarget == null || win.mWinAnimator.mAnimLayer > in findDesiredInputMethodWindowIndexLocked()
1546 highestTarget.mWinAnimator.mAnimLayer) { in findDesiredInputMethodWindowIndexLocked()
1547 highestTarget = win; in findDesiredInputMethodWindowIndexLocked()
1555 if (highestTarget != null) { in findDesiredInputMethodWindowIndexLocked()
1556 if (DEBUG_INPUT_METHOD) Slog.v(TAG_WM, mAppTransition + " " + highestTarget in findDesiredInputMethodWindowIndexLocked()
1557 + " animating=" + highestTarget.mWinAnimator.isAnimationSet() in findDesiredInputMethodWindowIndexLocked()
1558 + " layer=" + highestTarget.mWinAnimator.mAnimLayer in findDesiredInputMethodWindowIndexLocked()
1565 mInputMethodTarget = highestTarget; in findDesiredInputMethodWindowIndexLocked()
1567 } else if (highestTarget.mWinAnimator.isAnimationSet() && in findDesiredInputMethodWindowIndexLocked()
[all …]