Searched refs:getImeSourceConsumer (Results 1 – 2 of 2) sorted by relevance
351 final InsetsSourceControl imeSourceControl = getImeSourceConsumer().getControl();1019 if (mPendingImeControlRequest != null && getImeSourceConsumer().getControl() != null in onControlsChanged()1020 && getImeSourceConsumer().getControl().getLeash() != null) { in onControlsChanged()1262 || getImeSourceConsumer().isRequestedVisibleAwaitingControl()) { in hide()1263 getImeSourceConsumer().requestHide(fromIme, statsToken); in hide()1288 getImeSourceConsumer().removeSurface(); in hide()1846 public @NonNull InsetsSourceConsumer getImeSourceConsumer() { in getImeSourceConsumer() method in InsetsController
90 mImeConsumer = mController.getImeSourceConsumer(); in setup()