Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayTestBase.java553 boolean requestShowIme) { in addAndConfigDisplayState() argument
564 if (requestShowIme != showIme) { in addAndConfigDisplayState()
565 mWm.setShouldShowIme(display.mId, requestShowIme); in addAndConfigDisplayState()
568 () -> mWm.shouldShowIme(display.mId) == requestShowIme); in addAndConfigDisplayState()