Home
last modified time | relevance | path

Searched refs:dispatchUnhandledMove (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DZoomButtonTest.java103 assertFalse(mZoomButton.dispatchUnhandledMove(new ListView(mActivity), View.FOCUS_DOWN)); in testDispatchUnhandledMove()
105 assertFalse(mZoomButton.dispatchUnhandledMove(null, View.FOCUS_DOWN)); in testDispatchUnhandledMove()
/cts/tests/tests/view/src/android/view/cts/
DMockView.java400 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in MockView
402 return super.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()
DViewGroupTest.java579 assertFalse(vg.dispatchUnhandledMove(textView, View.FOCUS_DOWN)); in testDispatchUnhandledMove()
584 assertTrue(vg.dispatchUnhandledMove(textView, View.FOCUS_DOWN)); in testDispatchUnhandledMove()
1926 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in ViewGroupTest.MockTextView