Searched refs:dispatchUnhandledMove (Results 1 – 3 of 3) sorted by relevance
103 assertFalse(mZoomButton.dispatchUnhandledMove(new ListView(mActivity), View.FOCUS_DOWN)); in testDispatchUnhandledMove()105 assertFalse(mZoomButton.dispatchUnhandledMove(null, View.FOCUS_DOWN)); in testDispatchUnhandledMove()
400 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in MockView402 return super.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()
579 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