Searched refs:IME_TARGET_CONTROL (Results 1 – 4 of 4) sorted by relevance
23 import static com.android.server.wm.DisplayContent.IME_TARGET_CONTROL;127 final InsetsControlTarget target = mDisplayContent.getImeTarget(IME_TARGET_CONTROL); in scheduleShowImePostLayout()221 final InsetsControlTarget target = mDisplayContent.getImeTarget(IME_TARGET_CONTROL); in sameAsImeControlTarget()
107 import static com.android.server.wm.DisplayContent.IME_TARGET_CONTROL;6315 final InsetsControlTarget imeControlTarget = dc.getImeTarget(IME_TARGET_CONTROL); in dumpWindowsNoHeaderLocked()7758 if (dc != null && dc.getImeTarget(IME_TARGET_CONTROL) != null) { in hideIme()7760 dc.getImeTarget(IME_TARGET_CONTROL)); in hideIme()7761 dc.getImeTarget(IME_TARGET_CONTROL).hideInsets( in hideIme()7882 final InsetsControlTarget target = dc.getImeTarget(IME_TARGET_CONTROL); in getImeControlTargetNameForLogging()
610 static final int IME_TARGET_CONTROL = 2; field in DisplayContent615 IME_TARGET_CONTROL,3776 case IME_TARGET_CONTROL: return mImeControlTarget; in getImeTarget()
54 import static com.android.server.wm.DisplayContent.IME_TARGET_CONTROL;917 assertEquals(mAppWindow, mDisplayContent.getImeTarget(IME_TARGET_CONTROL).getWindow()); in testUpdateImeControlTargetWhenLeavingMultiWindow()