Searched refs:mImeSourceControl (Results 1 – 1 of 1) sorted by relevance
206 InsetsSourceControl mImeSourceControl = null; field in DisplayImeController.PerDisplay287 if (mImeSourceControl != null) { in insetsControlChanged()291 mImeSourceControl = imeSourceControl; in insetsControlChanged()365 if (imeSource == null || mImeSourceControl == null) { in startAnimation()400 final float x = mImeSourceControl.getSurfacePosition().x; in startAnimation()422 t.setPosition(mImeSourceControl.getLeash(), x, value); in startAnimation()425 t.setAlpha(mImeSourceControl.getLeash(), alpha); in startAnimation()449 t.setAlpha(mImeSourceControl.getLeash(), alpha); in startAnimation()451 t.show(mImeSourceControl.getLeash()); in startAnimation()468 t.setAlpha(mImeSourceControl.getLeash(), 1.f); in startAnimation()[all …]