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

  /cts/tests/tests/widget/src/android/widget/cts/
ZoomButtonTest.java 103 assertFalse(mZoomButton.dispatchUnhandledMove(new ListView(mActivity), View.FOCUS_DOWN));
105 assertFalse(mZoomButton.dispatchUnhandledMove(null, View.FOCUS_DOWN));
  /cts/tests/tests/view/src/android/view/cts/
MockView.java 409 public boolean dispatchUnhandledMove(View focused, int direction) {
411 return super.dispatchUnhandledMove(focused, direction);
ViewGroupTest.java 575 assertFalse(vg.dispatchUnhandledMove(textView, View.FOCUS_DOWN));
580 assertTrue(vg.dispatchUnhandledMove(textView, View.FOCUS_DOWN));
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 254 milliseconds