OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:arrowScroll
(Results
1 - 12
of
12
) sorted by null
/frameworks/base/core/tests/coretests/src/android/widget/listview/
ListManagedCursorTest.java
62
int firstVisiblePosition =
arrowScroll
(inst);
97
int firstVisiblePosition =
arrowScroll
(inst);
131
public int
arrowScroll
(Instrumentation inst) {
/cts/tests/tests/widget/src/android/widget/cts/
HorizontalScrollViewTest.java
481
method = "
arrowScroll
",
491
assertTrue(mScrollView.
arrowScroll
(View.FOCUS_RIGHT));
496
assertFalse(mScrollView.
arrowScroll
(View.FOCUS_RIGHT));
501
assertTrue(mScrollView.
arrowScroll
(View.FOCUS_LEFT));
506
assertFalse(mScrollView.
arrowScroll
(View.FOCUS_LEFT));
ScrollViewTest.java
506
method = "
arrowScroll
",
516
assertTrue(mScrollView.
arrowScroll
(View.FOCUS_DOWN));
521
assertFalse(mScrollView.
arrowScroll
(View.FOCUS_DOWN));
526
assertTrue(mScrollView.
arrowScroll
(View.FOCUS_UP));
531
assertFalse(mScrollView.
arrowScroll
(View.FOCUS_UP));
/frameworks/base/core/java/android/widget/
GridView.java
[
all
...]
HorizontalScrollView.java
352
handled =
arrowScroll
(View.FOCUS_LEFT);
359
handled =
arrowScroll
(View.FOCUS_RIGHT);
815
public boolean
arrowScroll
(int direction) {
[
all
...]
ScrollView.java
350
handled =
arrowScroll
(View.FOCUS_UP);
357
handled =
arrowScroll
(View.FOCUS_DOWN);
815
public boolean
arrowScroll
(int direction) {
[
all
...]
ListView.java
[
all
...]
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
Completed in 35 milliseconds