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

1 2 3 45 6 7 8 91011>>

  /external/droiddriver/src/io/appium/droiddriver/scroll/
SentinelStrategy.java 29 import io.appium.droiddriver.scroll.Direction.DirectionConverter;
30 import io.appium.droiddriver.scroll.Direction.LogicalDirection;
31 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
176 PhysicalDirection direction) {
177 Logs.call(this, "getSentinel", driver, containerFinder, direction);
179 LogicalDirection logicalDirection = directionConverter.toLogicalDirection(direction);
195 PhysicalDirection direction) {}
199 PhysicalDirection direction) {}
207 public void doScroll(UiElement container, PhysicalDirection direction) {
208 container.scroll(direction);
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 127 ATTRIBUTE Octets-Direction 228 integer
246 # Octets-Direction
247 VALUE Octets-Direction Sum 0
248 VALUE Octets-Direction Input 1
249 VALUE Octets-Direction Output 2
250 VALUE Octets-Direction MaxOveral 3
251 VALUE Octets-Direction MaxSession 4
  /packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
MenuHelper.java 24 import android.support.test.uiautomator.Direction;
86 By.hasDescendant(ByResource.text(mTargetResources, rowTitleResId)), Direction.DOWN);
116 Direction.RIGHT);
UiDeviceAsserts.java 25 import android.support.test.uiautomator.Direction;
95 * The navigation starts in the {@code direction} specified and
96 * {@link Direction#reverse(Direction) reverses} once if needed. Fails if there is not a
107 * @param direction the direction to start navigating.
111 BySelector selector, Direction direction) {
122 // HACK: Try direction anyways because play control does not always have a
124 UiDeviceUtils.pressDpad(uiDevice, direction);
    [all...]
UiDeviceUtils.java 25 import android.support.test.uiautomator.Direction;
35 public static void pressDpad(UiDevice uiDevice, Direction direction) {
36 switch (direction) {
50 throw new IllegalArgumentException(direction.toString());
  /packages/apps/TV/tests/func/src/com/android/tv/tests/ui/sidepanel/
CustomizeChannelListFragmentTest.java 24 import android.support.test.uiautomator.Direction;
74 mSidePanelHelper.assertNavigateToItem(R.string.edit_channels_item_group_by, Direction.UP);
106 mSidePanelHelper.assertNavigateToItem(R.string.edit_channels_item_group_by, Direction.UP);
  /external/skia/src/gpu/
GrShape.h 64 GrShape(const SkRRect& rrect, SkPath::Direction dir, unsigned start, bool inverted,
136 bool asRRect(SkRRect* rrect, SkPath::Direction* dir, unsigned* start, bool* inverted) const {
397 static constexpr SkPath::Direction kDefaultRRectDir = SkPath::kCW_Direction;
401 SkPath::Direction* dir) {
430 SkPath::Direction* dir) {
446 SkPath::Direction fDir;
  /libcore/luni/src/main/java/libcore/icu/
RelativeDateTimeFormatter.java 127 android.icu.text.RelativeDateTimeFormatter.Direction direction; local
129 direction = android.icu.text.RelativeDateTimeFormatter.Direction.LAST;
131 direction = android.icu.text.RelativeDateTimeFormatter.Direction.NEXT;
160 // available. Note that we cannot set up direction and unit here and
170 android.icu.text.RelativeDateTimeFormatter.Direction.LAST_2,
177 android.icu.text.RelativeDateTimeFormatter.Direction.NEXT_2,
192 direction = android.icu.text.RelativeDateTimeFormatter.Direction.THIS
    [all...]
  /cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
SuspendPackageTest.java 9 import android.support.test.uiautomator.Direction;
89 title.swipe(Direction.RIGHT, 1.0f);
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathDashPathEffectTest.java 27 import android.graphics.Path.Direction;
88 p.addRect(new RectF(-SQUARE, -SQUARE, SQUARE, SQUARE), Direction.CCW);
SumPathEffectTest.java 30 import android.graphics.Path.Direction;
53 path.addRect(10, 10, WIDTH - 10, HEIGHT - 10, Direction.CW);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
PathTests.java 43 path.addCircle(45, 45, 40, Path.Direction.CW);
50 path.addRect(5, 5, 85, 85, Path.Direction.CW);
  /external/skia/gm/
pathinterior.cpp 77 SkPath::Direction outerDir = outerCW ? SkPath::kCW_Direction : SkPath::kCCW_Direction;
78 SkPath::Direction innerDir = innerCW ? SkPath::kCW_Direction : SkPath::kCCW_Direction;
  /external/skia/src/core/
SkPathPriv.h 21 static FirstDirection AsFirstDirection(SkPath::Direction dir) {
22 // since we agree numerically for the values in Direction, we can just cast.
27 * Return the opposite of the specified direction. kUnknown is its own
38 * Tries to quickly compute the direction of the first non-degenerate
40 * direction. If it cannot be (quickly) determined, return false and ignore
41 * the dir parameter. If the direction was determined, it is cached to make
47 * Returns true if the path's direction can be computed via
48 * cheapComputDirection() and if that computed direction matches the
49 * specified direction. If dir is kUnknown, returns true if the direction
    [all...]
  /frameworks/base/core/java/android/text/style/
BulletSpan.java 22 import android.graphics.Path.Direction;
109 sBulletPath.addCircle(0.0f, 0.0f, 1.2f * BULLET_RADIUS, Direction.CW);
  /prebuilts/misc/common/droiddriver/
droiddriver-1.0.0-BETA1.jar 
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/TapeIo/
TapeIo.h 165 INTN Direction,
175 Direction - Direction and number of data blocks or filemarks to space over on media.
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
EmbeddedGpio.h 136 IN EMBEDDED_GPIO_PULL Direction
148 Direction - pull-up, pull-down, or none
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Ppi/
UsbIo.h 47 @param[in] Direction Specifies the data direction for the transfer. There
77 IN EFI_USB_DATA_DIRECTION Direction,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
TapeIo.h 143 @param Direction Direction and number of data blocks or filemarks to space over on media.
167 IN INTN Direction,
  /external/droiddriver/src/io/appium/droiddriver/
UiElement.java 26 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
156 * Scrolls in the given direction.
158 * @param direction specifies where the view port will move instead of the finger
160 void scroll(PhysicalDirection direction);
  /external/skia/tests/
PathOpsSimplifyRectThreadedTest.cpp 23 SkPath::Direction aCW = state.fA >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
25 SkPath::Direction bCW = state.fB >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
27 SkPath::Direction cCW = state.fC >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
29 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);
  /packages/apps/Launcher3/protos/
launcher_log.proto 121 enum Direction {
138 optional Direction dir = 3;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciUrb.c 242 if ((Ep->DevSpeed == EFI_USB_SPEED_HIGH) && (Ep->Direction == EfiUsbDataOut)) {
398 if (Ep->Direction == EfiUsbDataIn) {
418 // Use the opposite direction of the data stage, or IN if there is
421 if (Ep->Direction == EfiUsbDataIn) {
433 if (Ep->Direction == EfiUsbDataIn) {
444 if (Ep->Direction == EfiUsbDataIn) {
525 @param EpAddr Endpoint addrress & its direction.
580 Ep->Direction = (((EpAddr & 0x80) != 0) ? EfiUsbDataIn : EfiUsbDataOut);
630 if (Ep->Direction == EfiUsbDataIn) {

Completed in 614 milliseconds

1 2 3 45 6 7 8 91011>>