Searched refs:dragViewBy (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
H A DGridTouchVerticalSpacingStackFromBottomTest.java67 TouchUtils.dragViewBy(this, firstChild, Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL, 0,
89 TouchUtils.dragViewBy(this, firstChild, Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL, 0,
109 int distance = TouchUtils.dragViewBy(this, firstChild,
H A DGridTouchVerticalSpacingTest.java61 TouchUtils.dragViewBy(this, lastChild, Gravity.TOP | Gravity.LEFT,
78 TouchUtils.dragViewBy(this, lastChild, Gravity.TOP | Gravity.LEFT,
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
H A DListTouchBottomGravityManyTest.java105 TouchUtils.dragViewBy(this, firstChild, Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL,
127 TouchUtils.dragViewBy(this, firstChild, Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL,
147 int distance = TouchUtils.dragViewBy(this, firstChild,
H A DListOfTouchablesTest.java63 TouchUtils.dragViewBy(this, lastChild, Gravity.TOP | Gravity.LEFT,
H A DListTouchManyTest.java153 TouchUtils.dragViewBy(this, lastChild, Gravity.TOP | Gravity.LEFT,
170 TouchUtils.dragViewBy(this, lastChild, Gravity.TOP | Gravity.LEFT,
/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java542 public static int dragViewBy(ActivityInstrumentationTestCase test, View v, int gravity, method in class:TouchUtils
544 return dragViewBy((InstrumentationTestCase) test, v, gravity, deltaX, deltaY);
564 public static int dragViewBy(InstrumentationTestCase test, View v, int gravity, int deltaX, method in class:TouchUtils

Completed in 143 milliseconds