Searched refs:IME_TARGET_LAYERING (Results 1 – 9 of 9) sorted by relevance
24 import static com.android.server.wm.DisplayContent.IME_TARGET_LAYERING;485 final InsetsControlTarget dcTarget = mDisplayContent.getImeTarget(IME_TARGET_LAYERING); in isScheduledAndReadyToShowIme()526 final var dcTarget = mDisplayContent.getImeTarget(IME_TARGET_LAYERING); in logIsScheduledAndReadyToShowIme()
27 import static com.android.server.wm.DisplayContent.IME_TARGET_LAYERING;987 final InsetsControlTarget imeLayeringTarget = dc.getImeTarget(IME_TARGET_LAYERING); in getImeTarget()
117 import static com.android.server.wm.DisplayContent.IME_TARGET_LAYERING;5174 final InsetsControlTarget target = getDisplayContent().getImeTarget(IME_TARGET_LAYERING); in needsZBoost()5588 return getDisplayContent().getImeTarget(IME_TARGET_LAYERING) == this; in isImeLayeringTarget()5600 final InsetsControlTarget target = getDisplayContent().getImeTarget(IME_TARGET_LAYERING); in getImeLayeringTarget()
47 import static com.android.server.wm.DisplayContent.IME_TARGET_LAYERING;3259 final InsetsControlTarget imeTarget = mDisplayContent.getImeTarget(IME_TARGET_LAYERING); in applyAnimationUnchecked()
707 static final int IME_TARGET_LAYERING = 0; field in DisplayContent718 IME_TARGET_LAYERING,4242 case IME_TARGET_LAYERING: return mImeLayeringTarget; in getImeTarget()
122 import static com.android.server.wm.DisplayContent.IME_TARGET_LAYERING;7009 final InsetsControlTarget imeLayeringTarget = dc.getImeTarget(IME_TARGET_LAYERING); in dumpWindowsLocked()8528 final InsetsControlTarget target = dc.getImeTarget(IME_TARGET_LAYERING); in onToggleImeRequested()
81 import static com.android.server.wm.DisplayContent.IME_TARGET_LAYERING;642 dc.computeImeParent() != dc.getImeTarget(IME_TARGET_LAYERING).getWindow() in testImeIsAttachedToDisplayForLetterboxedApp()1015 appWin, mDisplayContent.getImeTarget(IME_TARGET_LAYERING)); in testInputMethodTargetUpdateWhenSwitchingOnDisplays()1016 assertNull("newDisplay Ime target: ", newDisplay.getImeTarget(IME_TARGET_LAYERING)); in testInputMethodTargetUpdateWhenSwitchingOnDisplays()1023 newDisplay.getImeTarget(IME_TARGET_LAYERING)); in testInputMethodTargetUpdateWhenSwitchingOnDisplays()1025 mDisplayContent.getImeTarget(IME_TARGET_LAYERING)); in testInputMethodTargetUpdateWhenSwitchingOnDisplays()1192 dc.setImeInputTarget(dc.getImeTarget(IME_TARGET_LAYERING).getWindow()); in testComputeImeParent_app()1193 assertEquals(dc.getImeTarget(IME_TARGET_LAYERING).getWindow() in testComputeImeParent_app()1201 dc.getImeTarget(IME_TARGET_LAYERING).getWindow().setWindowingMode( in testComputeImeParent_app_notFullscreen()1203 dc.setImeInputTarget(dc.getImeTarget(IME_TARGET_LAYERING).getWindow()); in testComputeImeParent_app_notFullscreen()[all …]
60 import static com.android.server.wm.DisplayContent.IME_TARGET_LAYERING;1228 assertEquals(mNotificationShadeWindow, mDisplayContent.getImeTarget(IME_TARGET_LAYERING)); in testNotificationShadeHasImeInsetsWhenMultiWindow()
67 import static com.android.server.wm.DisplayContent.IME_TARGET_LAYERING;663 mActivity.mDisplayContent.getImeTarget(IME_TARGET_LAYERING).getWindow()); in testAspectRatioMatchParentBoundsAndImeAttachable()