Searched refs:mImeSourceControl (Results 1 – 2 of 2) sorted by relevance
221 InsetsSourceControl mImeSourceControl = null; field in DisplayImeController.PerDisplay309 mImeSourceControl.release(SurfaceControl::release); in insetsControlChanged()311 mImeSourceControl = imeSourceControl; in insetsControlChanged()389 if (imeSource == null || mImeSourceControl == null) { in startAnimation()427 final float x = mImeSourceControl.getSurfacePosition().x; in startAnimation()449 t.setPosition(mImeSourceControl.getLeash(), x, value); in startAnimation()452 t.setAlpha(mImeSourceControl.getLeash(), alpha); in startAnimation()479 t.setAlpha(mImeSourceControl.getLeash(), alpha); in startAnimation()483 t.show(mImeSourceControl.getLeash()); in startAnimation()520 t.hide(mImeSourceControl.getLeash()); in startAnimation()[all …]
132 assertNotNull(mPerDisplay.mImeSourceControl); in insetsControlChanged_updateImeSourceControl()135 assertNull(mPerDisplay.mImeSourceControl); in insetsControlChanged_updateImeSourceControl()