Searched refs:isSoftInputVisible (Results 1 – 2 of 2) sorted by relevance
30 assertThat(shadow.isSoftInputVisible(), equalTo(false)); in shouldRecordSoftInputVisibility()33 assertThat(shadow.isSoftInputVisible(), equalTo(true)); in shouldRecordSoftInputVisibility()36 assertThat(shadow.isSoftInputVisible(), equalTo(false)); in shouldRecordSoftInputVisibility()
38 public boolean isSoftInputVisible() { in isSoftInputVisible() method in ShadowInputMethodManager