HomeSort by relevance Sort by last modified time
    Searched refs:Direction (Results 101 - 125 of 297) sorted by null

1 2 3 45 6 7 8 91011>>

  /platform_testing/libraries/flightdemo-app-helper/src/android/platform/test/helpers/
FlightDemoHelperImpl.java 24 import android.support.test.uiautomator.Direction;
110 if (!container.scroll(Direction.DOWN, 1.0f) &&
  /platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
MainSettingsLargeTests.java 26 import android.support.test.uiautomator.Direction;
107 view.scroll(Direction.DOWN, 1.0f);
  /prebuilts/misc/common/droiddriver/
droiddriver-1.0.0-BETA1.jar 
  /external/droiddriver/src/io/appium/droiddriver/
UiElement.java 28 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
181 * Scrolls in the given direction.
183 * @param direction specifies where the view port will move instead of the finger
185 void scroll(PhysicalDirection direction);
  /external/eigen/Eigen/src/Geometry/
OrthoMethods.h 98 template<typename ExpressionType, int Direction>
100 const typename VectorwiseOp<ExpressionType,Direction>::CrossReturnType
101 VectorwiseOp<ExpressionType,Direction>::cross(const MatrixBase<OtherDerived>& other) const
108 if(Direction==Vertical)
  /external/skia/src/animator/
SkPathParts.cpp 204 SK_MEMBER(direction, PathDirection)
211 SkAddGeom::SkAddGeom() : direction(SkPath::kCCW_Direction) {
233 fPath->fPath.addRect(fRect, (SkPath::Direction) direction);
249 fPath->fPath.addOval(fRect, (SkPath::Direction) direction);
271 fPath->fPath.addCircle(x, y, radius, (SkPath::Direction) direction);
292 fPath->fPath.addRoundRect(fRect, rx, ry, (SkPath::Direction) direction);
    [all...]
  /external/skia/tests/
PathOpsSimplifyRectThreadedTest.cpp 27 SkPath::Direction aCW = state.fA >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
29 SkPath::Direction bCW = state.fB >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
31 SkPath::Direction cCW = state.fC >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
33 SkPath::Direction dCW = state.fD >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ClipRegion3Activity.java 63 mClipPath.addCircle(0.0f, 0.0f, getWidth() / 4.0f, Path.Direction.CW);
ClipRegionActivity.java 83 getWidth() / 4.0f, Path.Direction.CW);
  /platform_testing/tests/functional/app-helper/src/android/platform/test/helpers/tests/
MapsHelperTest.java 22 import android.support.test.uiautomator.Direction;
  /platform_testing/tests/jank/sysapp/src/com/android/sysapp/janktests/
CalendarJankTests.java 33 import android.support.test.uiautomator.Direction;
66 private Direction mScrollDirection = null;
75 mScrollDirection = Direction.DOWN;
78 mScrollDirection = Direction.RIGHT;
  /platform_testing/tests/jank/jankmicrobenchmark/src/com/android/jankmicrobenchmark/janktests/
ApiDemoJankTests.java 27 import android.support.test.uiautomator.Direction;
101 .scroll(Direction.DOWN, 1.0f);
281 .scroll(Direction.DOWN, 1.0f);
295 .scroll(Direction.DOWN, 1.0f);
321 mListView.fling(Direction.DOWN);
323 mListView.fling(Direction.UP);
368 content.fling(Direction.UP);
  /external/droiddriver/src/io/appium/droiddriver/scroll/
DynamicSentinelStrategy.java 25 import io.appium.droiddriver.scroll.Direction.DirectionConverter;
26 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
210 public boolean scroll(DroidDriver driver, Finder containerFinder, PhysicalDirection direction) {
211 UiElement oldSentinel = getOldSentinel(driver, containerFinder, direction);
212 doScroll(oldSentinel.getParent(), direction); local
213 UiElement newSentinel = getSentinel(driver, containerFinder, direction);
219 PhysicalDirection direction) {
220 return lastSentinel != null ? lastSentinel : getSentinel(driver, containerFinder, direction);
225 PhysicalDirection direction) {
231 PhysicalDirection direction) {
    [all...]
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationInteractionTests.java 23 import android.support.test.uiautomator.Direction;
72 obj.swipe(Direction.LEFT, 1.0f);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_MimeWriter.py 70 ("Connection-Direction", "client"),
79 ("Connection-Direction", "client"),
119 KP-Connection-Direction: client
140 KP-Connection-Direction: client
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_MimeWriter.py 70 ("Connection-Direction", "client"),
79 ("Connection-Direction", "client"),
119 KP-Connection-Direction: client
140 KP-Connection-Direction: client
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_MimeWriter.py 70 ("Connection-Direction", "client"),
79 ("Connection-Direction", "client"),
119 KP-Connection-Direction: client
140 KP-Connection-Direction: client
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_MimeWriter.py 70 ("Connection-Direction", "client"),
79 ("Connection-Direction", "client"),
119 KP-Connection-Direction: client
140 KP-Connection-Direction: client
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
LeanbackLauncherStrategy.java 154 public Direction getAllAppsScrollDirection() {
155 return Direction.RIGHT;
316 public Direction getAllWidgetsScrollDirection() {
330 public Direction getWorkspaceScrollDirection() {
  /platform_testing/libraries/play-music-app-helper/src/android/platform/test/helpers/
PlayMusicHelperImpl.java 23 import android.support.test.uiautomator.Direction;
107 headerList.scroll(Direction.RIGHT, 1.0f);
140 scroller.scroll(Direction.DOWN, 1.0f);
193 scroller.scroll(Direction.DOWN, 1.0f);
  /platform_testing/tests/androidbvt/src/com/android/androidbvt/
SysPowerTests.java 25 import android.support.test.uiautomator.Direction;
  /external/skia/src/gpu/effects/
GrConvolutionEffect.cpp 75 const char* component = ce.direction() == Gr1DKernelEffect::kY_Direction ? "y" : "x";
100 switch (conv.direction()) {
108 SkFAIL("Unknown filter direction.");
113 if (Gr1DKernelEffect::kY_Direction == conv.direction() &&
132 key |= GrConvolutionEffect::kY_Direction == conv.direction() ? 0x1 : 0x0;
140 Direction direction,
145 : INHERITED(texture, direction, radius), fUseBounds(useBounds) {
157 Direction direction,
    [all...]
  /platform_testing/libraries/facebook-app-helper/src/android/platform/test/helpers/
FacebookHelperImpl.java 25 import android.support.test.uiautomator.Direction;
101 public void scrollHomePage(Direction dir) {
167 scrollHomePage(Direction.UP);
  /platform_testing/libraries/play-books-app-helper/src/android/platform/test/helpers/
PlayBooksHelperImpl.java 22 import android.support.test.uiautomator.Direction;
193 fullScreenReader.scroll(Direction.RIGHT, 1.0f);
205 fullScreenReader.scroll(Direction.LEFT, 1.0f);
  /platform_testing/libraries/settings-app-helper/src/android/platform/test/helpers/
SettingsHelperImpl.java 27 import android.support.test.uiautomator.Direction;
89 while (count <= numberOfFlings && settingsList.fling(Direction.DOWN)) {
100 while (settingsList.fling(Direction.UP));

Completed in 721 milliseconds

1 2 3 45 6 7 8 91011>>