Searched refs:showIme (Results 1 – 2 of 2) sorted by relevance
170 showIme(); in onControllableInsetsChanged()174 private void showIme() { in showIme() method in WindowInsetsAnimationSynchronicityTests.TestActivity218 ((TestActivity) getContext()).showIme();
615 final boolean showIme = mWm.shouldShowIme(display.mId); in configureDisplays()616 mDisplayStates.add(new OverlayDisplayState(display.mId, showIme)); in configureDisplays()617 if (requestShowIme != showIme) { in configureDisplays()661 OverlayDisplayState(int displayId, boolean showIme) { in OverlayDisplayState() argument663 mShouldShowIme = showIme; in OverlayDisplayState()