Searched refs:imeSourceControl (Results 1 – 2 of 2) sorted by relevance
269 InsetsSourceControl imeSourceControl = null; in insetsControlChanged() local276 imeSourceControl = activeControl; in insetsControlChanged()282 final boolean hasImeSourceControl = imeSourceControl != null; in insetsControlChanged()292 !imeSourceControl.getSurfacePosition().equals(lastSurfacePosition); in insetsControlChanged()297 if (!haveSameLeash(mImeSourceControl, imeSourceControl)) { in insetsControlChanged()298 applyVisibilityToLeash(imeSourceControl); in insetsControlChanged()308 if (hadImeSourceControl && mImeSourceControl != imeSourceControl) { in insetsControlChanged()311 mImeSourceControl = imeSourceControl; in insetsControlChanged()314 private void applyVisibilityToLeash(InsetsSourceControl imeSourceControl) { in applyVisibilityToLeash() argument315 SurfaceControl leash = imeSourceControl.getLeash(); in applyVisibilityToLeash()
348 final InsetsSourceControl imeSourceControl = getImeSourceConsumer().getControl();349 return imeSourceControl != null ? imeSourceControl.getLeash() : null;