Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DImeStressTestUtil.java91 public static final String UNFOCUSABLE_VIEW = "unfocusable_view"; field in ImeStressTestUtil
373 boolean isUnfocusableView = getIntent().getBooleanExtra(UNFOCUSABLE_VIEW, false); in onCreate()
H A DAutoShowTest.java22 import static com.android.inputmethod.stresstest.ImeStressTestUtil.UNFOCUSABLE_VIEW;
144 Collections.singletonList(UNFOCUSABLE_VIEW)); in autoShow_notFocusedView_notRequestFocus()