OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dispatchUnhandledMove
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/
ZoomButtonTest.java
122
assertFalse(mZoomButton.
dispatchUnhandledMove
(new ListView(mActivity), View.FOCUS_DOWN));
124
assertFalse(mZoomButton.
dispatchUnhandledMove
(null, View.FOCUS_DOWN));
/cts/tests/tests/view/src/android/view/cts/
MockView.java
428
public boolean
dispatchUnhandledMove
(View focused, int direction) {
430
return super.
dispatchUnhandledMove
(focused, direction);
ViewGroupTest.java
707
assertFalse(mMockViewGroup.
dispatchUnhandledMove
(mMockTextView, View.FOCUS_DOWN));
712
assertTrue(mMockViewGroup.
dispatchUnhandledMove
(mMockTextView, View.FOCUS_DOWN));
[
all
...]
Completed in 253 milliseconds