Searched refs:isImeShowing (Results 1 – 3 of 3) sorted by relevance
31 import static android.autofillservice.cts.testcore.Helper.isImeShowing;158 assertThat(isImeShowing(activity.getRootWindowInsets())).isFalse(); in testShowFillDialogCustomIcon()239 assertThat(isImeShowing(activity.getRootWindowInsets())).isTrue(); in testTextView_withoutFillDialog_clickTwice_showIme()316 assertThat(isImeShowing(activity.getRootWindowInsets())).isFalse(); in testShowFillDialog()431 assertThat(isImeShowing(activity.getRootWindowInsets())).isFalse(); in testShowFillDialog_twoSuggestions_oneButton()476 assertThat(isImeShowing(activity.getRootWindowInsets())).isFalse(); in testShowFillDialog_switchToUnsupportedField_fallbackDropdown()487 assertThat(isImeShowing(activity.getRootWindowInsets())).isTrue(); in testShowFillDialog_switchToUnsupportedField_fallbackDropdown()527 assertThat(isImeShowing(activity.getRootWindowInsets())).isTrue(); in testFillDialog_fromUnsupportedFieldSwitchToSupported_noFillDialog()535 assertThat(isImeShowing(activity.getRootWindowInsets())).isTrue(); in testFillDialog_fromUnsupportedFieldSwitchToSupported_noFillDialog()628 assertThat(isImeShowing(activity.getRootWindowInsets())).isTrue(); in testHintsNotMatch()[all …]
28 import static android.autofillservice.cts.testcore.Helper.isImeShowing;173 assertThat(isImeShowing(activity.getRootWindowInsets())).isFalse(); in testFieldClassification_withFillDialog()
1816 public static boolean isImeShowing(WindowInsets rootWindowInsets) { in isImeShowing() method in Helper1834 final boolean actual = isImeShowing(activity.getRootWindowInsets()); in assertMockImeStatus()