Searched refs:dispatchUnhandledMove (Results 1 – 4 of 4) 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()
418 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in MockView420 return super.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()
578 assertFalse(vg.dispatchUnhandledMove(textView, View.FOCUS_DOWN)); in testDispatchUnhandledMove()583 assertTrue(vg.dispatchUnhandledMove(textView, View.FOCUS_DOWN)); in testDispatchUnhandledMove()2130 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in ViewGroupTest.MockTextView
85820 public boolean dispatchUnhandledMove(87854 public boolean dispatchUnhandledMove(109322 public boolean dispatchUnhandledMove(