OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dragViewToTop
(Results
1 - 14
of
14
) sorted by null
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListTouchTest.java
77
TouchUtils.
dragViewToTop
(this, lastChild);
ListTouchBottomGravityTest.java
79
TouchUtils.
dragViewToTop
(this, lastChild);
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
GridTouchStackFromBottomTest.java
88
TouchUtils.
dragViewToTop
(this, mGridView.getChildAt(mGridView.getChildCount() - 1), 2);
/frameworks/base/test-runner/src/android/test/
TouchUtils.java
438
public static void
dragViewToTop
(ActivityInstrumentationTestCase test, View v) {
439
dragViewToTop
((InstrumentationTestCase) test, v, 4);
454
public static void
dragViewToTop
(ActivityInstrumentationTestCase test, View v, int stepCount) {
455
dragViewToTop
((InstrumentationTestCase) test, v, stepCount);
464
public static void
dragViewToTop
(InstrumentationTestCase test, View v) {
465
dragViewToTop
(test, v, 4);
475
public static void
dragViewToTop
(InstrumentationTestCase test, View v, int stepCount) {
/prebuilt/sdk/10/
android.jar
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/9/
android.jar
Completed in 50 milliseconds