Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowLayersControllerTests.java47 sWm.mInputMethodTarget = null; in testAssignWindowLayers_ForImeWithNoTarget()
67 sWm.mInputMethodTarget = imeAppTarget; in testAssignWindowLayers_ForImeWithAppTarget()
94 sWm.mInputMethodTarget = imeAppTarget; in testAssignWindowLayers_ForImeWithAppTargetWithChildWindows()
121 sWm.mInputMethodTarget = imeAppTarget; in testAssignWindowLayers_ForImeWithAppTargetAndAppAbove()
145 sWm.mInputMethodTarget = imeSystemOverlayTarget; in testAssignWindowLayers_ForImeNonAppImeTarget()
DDisplayContentTests.java80 sWm.mInputMethodTarget = imeAppTarget; in testForAllWindows_WithAppImeTarget()
97 sWm.mInputMethodTarget = mChildAppWindowAbove; in testForAllWindows_WithChildWindowImeTarget()
113 sWm.mInputMethodTarget = mStatusBarWindow; in testForAllWindows_WithStatusBarImeTarget()
DWindowTestsBase.java140 sWm.mInputMethodTarget = null; in tearDown()
/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowAnimator.java411 if (mService.mInputMethodTarget != null in stepAnimationLocked()
412 && mService.mInputMethodTarget.mAppToken == mAppToken) { in stepAnimationLocked()
DWindowLayersController.java150 mImeTarget = mService.mInputMethodTarget; in reset()
DDisplayContent.java589 mService.mInputMethodTarget);
1503 if (child == mImeWindowsContainers && mService.mInputMethodTarget != null) { in forAllWindows()
1516 if (child == mImeWindowsContainers && mService.mInputMethodTarget != null) { in forAllWindows()
2315 … + mService.mInputMethodTarget + " to null since mInputMethodWindow is null"); in computeImeTarget()
2349 final WindowState curTarget = mService.mInputMethodTarget; in computeImeTarget()
2416 if (target == mService.mInputMethodTarget in setInputMethodTarget()
2422 mService.mInputMethodTarget = target; in setInputMethodTarget()
DWindowState.java765 if (imeWin != null && imeWin.isVisibleNow() && mService.mInputMethodTarget == this) { in computeFrameLw()
1732 if (mService.mInputMethodTarget == this) { in removeImmediately()
1917 if (mIsImWindow && mService.mInputMethodTarget != null) { in getAnimLayerAdjustment()
1918 final AppWindowToken appToken = mService.mInputMethodTarget.mAppToken; in getAnimLayerAdjustment()
3963 if (mService.mInputMethodTarget == this) { in applyInOrderWithImeWindows()
3977 if (mService.mInputMethodTarget == this) { in applyInOrderWithImeWindows()
DWindowManagerService.java631 WindowState mInputMethodTarget = null; field in WindowManagerService
5862 final WindowState prevTarget = mInputMethodTarget; in updateFocusedWindowLocked()
6516 if (mInputMethodTarget != null) { in dumpWindowsNoHeaderLocked()
6517 pw.print(" mInputMethodTarget="); pw.println(mInputMethodTarget); in dumpWindowsNoHeaderLocked()
7384 mPolicy.setLastInputMethodWindowLw(mInputMethodWindow, mInputMethodTarget); in saveLastInputMethodWindowForTransition()