OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCROLL_SCROLLVIEW_ACTION
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/assist/testapp/src/android/assist/testapp/
TextViewActivity.java
59
filter.addAction(Utils.
SCROLL_SCROLLVIEW_ACTION
);
96
} else if (intent.getAction().equals(Utils.
SCROLL_SCROLLVIEW_ACTION
)) {
/cts/tests/tests/assist/common/src/android/assist/common/
Utils.java
40
public static final String
SCROLL_SCROLLVIEW_ACTION
= ACTION_PREFIX + "SCROLLVIEW_SCROLL";
/cts/tests/tests/assist/src/android/assist/cts/
AssistTestBase.java
228
intent = new Intent(Utils.
SCROLL_SCROLLVIEW_ACTION
);
Completed in 52 milliseconds