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

  /frameworks/base/core/java/android/widget/
AdapterView.java 257 // Starts off without an adapter, so NOT_FOCUSABLE by default.
258 super.setFocusable(NOT_FOCUSABLE);
729 super.setFocusable((!empty || isInFilterMode()) ? focusable : NOT_FOCUSABLE);
753 super.setFocusable(focusable ? mDesiredFocusableState : NOT_FOCUSABLE);
    [all...]
TextView.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
View_FocusHandlingTest.java 440 test.setFocusable(View.NOT_FOCUSABLE);
453 assertSame(View.NOT_FOCUSABLE, auto.getFocusable());
506 view.setFocusable(View.NOT_FOCUSABLE);
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 461 milliseconds