Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DZoomButtonTest.java125 assertFalse(mZoomButton.dispatchUnhandledMove(new ListView(mActivity), View.FOCUS_DOWN)); in testDispatchUnhandledMove()
127 assertFalse(mZoomButton.dispatchUnhandledMove(null, View.FOCUS_DOWN)); in testDispatchUnhandledMove()
/cts/tests/tests/view/src/android/view/cts/
DMockView.java415 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in MockView
417 return super.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()
DViewGroupTest.java696 assertFalse(mMockViewGroup.dispatchUnhandledMove(mMockTextView, View.FOCUS_DOWN)); in testDispatchUnhandledMove()
701 assertTrue(mMockViewGroup.dispatchUnhandledMove(mMockTextView, View.FOCUS_DOWN)); in testDispatchUnhandledMove()
2636 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in ViewGroupTest.MockTextView
/cts/tools/dex-tools/dex/
Dclasses.out.dex85820 public boolean dispatchUnhandledMove(
87854 public boolean dispatchUnhandledMove(
109322 public boolean dispatchUnhandledMove(