Searched refs:mInputMethodTarget (Results 1 – 3 of 3) sorted by relevance
166 if (w == mService.mInputMethodTarget && !mService.mInputMethodTargetWaitingAnim) { in updateLayers()300 if (mService.mInputMethodTarget != null in stepAnimationLocked()301 && mService.mInputMethodTarget.mAppToken == mAppToken) { in stepAnimationLocked()
549 WindowState mInputMethodTarget = null; field in WindowManagerService1363 final WindowState curTarget = mInputMethodTarget; in findDesiredInputMethodWindowIndexLocked()1414 mInputMethodTarget = highestTarget; in findDesiredInputMethodWindowIndexLocked()1423 mInputMethodTarget = highestTarget; in findDesiredInputMethodWindowIndexLocked()1435 mInputMethodTarget = w; in findDesiredInputMethodWindowIndexLocked()1448 mInputMethodTarget = null; in findDesiredInputMethodWindowIndexLocked()1457 win.mTargetAppToken = mInputMethodTarget.mAppToken; in addInputMethodWindowToListLocked()1561 final AppWindowToken targetAppToken = mInputMethodTarget.mAppToken; in moveInputMethodDialogsLocked()1648 imWin.mTargetAppToken = mInputMethodTarget.mAppToken; in moveInputMethodWindowsIfNeededLocked()1664 imWin.mTargetAppToken = mInputMethodTarget.mAppToken; in moveInputMethodWindowsIfNeededLocked()[all …]
225 final WindowState imeTarget = mService.mInputMethodTarget; in shouldForceHide()