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

  /frameworks/base/core/tests/coretests/src/android/widget/touchmode/
TouchModeFocusableTest.java 54 assertTrue("edit text should be focusable in touch mode", mEditText.isFocusableInTouchMode());
  /cts/tests/tests/view/src/android/view/cts/
View_UsingViewsTest.java 239 method = "isFocusableInTouchMode",
396 assertFalse(mButtonCancel.isFocusableInTouchMode());
400 assertFalse(mButtonCancel.isFocusableInTouchMode());
404 assertTrue(mButtonCancel.isFocusableInTouchMode());
408 assertFalse(mButtonOk.isFocusableInTouchMode());
412 assertTrue(mButtonOk.isFocusableInTouchMode());
ViewTest.java     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
AdapterViewTest.java 496 assertFalse(mAdapterView.isFocusableInTouchMode());
502 assertFalse(mAdapterView.isFocusableInTouchMode());
509 assertTrue(mAdapterView.isFocusableInTouchMode());
513 assertFalse(mAdapterView.isFocusableInTouchMode());
  /frameworks/base/core/java/android/view/
FocusFinder.java 70 userSetNextFocus.isFocusableInTouchMode())) {
ViewRootImpl.java     [all...]
View.java 467 * views indicate whether they still would like focus via {@link #isFocusableInTouchMode}
501 * {@link #isFocusableInTouchMode} is true will be focusable, such as text editing widgets.
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java     [all...]
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 1401 milliseconds