Home
last modified time | relevance | path

Searched refs:showIme (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsAnimationSynchronicityTests.java170 showIme(); in onControllableInsetsChanged()
174 private void showIme() { in showIme() method in WindowInsetsAnimationSynchronicityTests.TestActivity
218 ((TestActivity) getContext()).showIme();
DMultiDisplayTestBase.java615 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() argument
663 mShouldShowIme = showIme; in OverlayDisplayState()