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

  /frameworks/base/core/tests/coretests/src/android/widget/touchmode/
StartInTouchWithViewInFocusTest.java 20 import static android.util.TouchModeFlexibleAsserts.assertNotInTouchModeAfterKey;
55 assertNotInTouchModeAfterKey(this, KeyEvent.KEYCODE_DPAD_DOWN, mEditText);
62 assertNotInTouchModeAfterKey(this, KeyEvent.KEYCODE_A, mEditText);
TouchModeFocusChangeTest.java 22 import static android.util.TouchModeFlexibleAsserts.assertNotInTouchModeAfterKey;
83 assertNotInTouchModeAfterKey(this, KeyEvent.KEYCODE_DPAD_RIGHT, mFirstButton);
ChangeTouchModeTest.java 22 import static android.util.TouchModeFlexibleAsserts.assertNotInTouchModeAfterKey;
60 assertNotInTouchModeAfterKey(this, KeyEvent.KEYCODE_DPAD_RIGHT, getActivity().getFirstButton());
  /frameworks/base/core/tests/coretests/src/android/util/
TouchModeFlexibleAsserts.java 60 public static void assertNotInTouchModeAfterKey(InstrumentationTestCase test, int keyCode, View checkForTouchMode) {

Completed in 54 milliseconds