Searched refs:dispatchUnhandledMove (Results 1 – 4 of 4) sorted by relevance
135 assertFalse(mZoomButton.dispatchUnhandledMove(new ListView(mActivity), View.FOCUS_DOWN)); in testDispatchUnhandledMove()137 assertFalse(mZoomButton.dispatchUnhandledMove(null, View.FOCUS_DOWN)); in testDispatchUnhandledMove()
429 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in MockView431 return super.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()
716 assertFalse(mMockViewGroup.dispatchUnhandledMove(mMockTextView, View.FOCUS_DOWN)); in testDispatchUnhandledMove()721 assertTrue(mMockViewGroup.dispatchUnhandledMove(mMockTextView, View.FOCUS_DOWN)); in testDispatchUnhandledMove()2985 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in ViewGroupTest.MockTextView
52572 method public boolean dispatchUnhandledMove(android.view.View, int);