Searched refs:mShouldShowIme (Results 1 – 2 of 2) sorted by relevance
228 private boolean mShouldShowIme; field in MultiDisplayClientTests.ImeTestActivity233 mShouldShowIme = getIntent().hasExtra(EXTRA_SHOW_IME); in onCreate()234 if (mShouldShowIme) { in onCreate()246 if (mShouldShowIme) { in onResume()
576 mWm.setShouldShowIme(state.mId, state.mShouldShowIme); in restoreDisplayStates()581 () -> mWm.shouldShowIme(state.mId) == state.mShouldShowIme); in restoreDisplayStates()595 boolean mShouldShowIme; field in MultiDisplayTestBase.OverlayDisplayDevicesSession.OverlayDisplayState600 mShouldShowIme = showIme; in OverlayDisplayState()