HomeSort by relevance Sort by last modified time
    Searched refs:getFocusable (Results 1 - 9 of 9) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
View_FocusHandlingTest.java 241 assertEquals(View.FOCUSABLE_AUTO, auto.getFocusable());
260 assertSame(View.FOCUSABLE, auto.getFocusable());
262 assertSame(View.FOCUSABLE_AUTO, auto.getFocusable());
264 assertSame(View.NOT_FOCUSABLE, auto.getFocusable());
275 View.FOCUSABLE, singleView.getFocusable());
281 View.FOCUSABLE, focusTouchModeView.getFocusable());
305 view.getFocusable());
  /frameworks/base/core/java/android/widget/
AdapterView.java 255 mDesiredFocusableState = getFocusable();
    [all...]
NumberPicker.java 776 if (getFocusable() == View.FOCUSABLE_AUTO) {
    [all...]
SearchView.java 347 if (getFocusable() == FOCUSABLE_AUTO) {
    [all...]
TextView.java     [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
View.java     [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 792 milliseconds