Searched refs:dispatchUnhandledMove (Results 1 – 3 of 3) sorted by relevance
122 assertFalse(mZoomButton.dispatchUnhandledMove(new ListView(mActivity), View.FOCUS_DOWN)); in testDispatchUnhandledMove()124 assertFalse(mZoomButton.dispatchUnhandledMove(null, View.FOCUS_DOWN)); in testDispatchUnhandledMove()
428 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in MockView430 return super.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()
707 assertFalse(mMockViewGroup.dispatchUnhandledMove(mMockTextView, View.FOCUS_DOWN)); in testDispatchUnhandledMove()712 assertTrue(mMockViewGroup.dispatchUnhandledMove(mMockTextView, View.FOCUS_DOWN)); in testDispatchUnhandledMove()2933 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in ViewGroupTest.MockTextView