HomeSort by relevance Sort by last modified time
    Searched refs:Direction (Results 276 - 300 of 422) sorted by null

<<11121314151617

  /packages/apps/Settings/src/com/android/settings/widget/
DotsPageIndicator.java 405 unselectedDotPath.addCircle(dotCenterX[page], dotCenterY, dotRadius, Path.Direction.CW);
529 unselectedDotPath.addRoundRect(rectF, dotRadius, dotRadius, Path.Direction.CW);
538 Path.Direction.CW);
547 unselectedDotPath.addRoundRect(rectF, dotRadius, dotRadius, Path.Direction.CW);
762 // work out the start/end values of the retreating join from the direction we're
    [all...]
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
CircularClipAnimation.java 204 mCircleRadius, Path.Direction.CW);
  /platform_testing/tests/functional/calculator/src/com/android/calculator/functional/
CalculatorTests.java 22 import android.support.test.uiautomator.Direction;
  /platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/
MultiWindowTests.java 34 import android.support.test.uiautomator.Direction;
RecentsTests.java 34 import android.support.test.uiautomator.Direction;
  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java 38 import android.graphics.Path.Direction;
410 Path.Direction.CW);
436 Path.Direction.CW);
    [all...]
  /external/skia/tests/
GrShapeTest.cpp 193 SkPath::Direction dir;
333 // now that there is no longer a path effect, the direction and starting index get
456 // GrShape only respects the input winding direction and start point for rrect shapes
459 // key will differ. GrShape will have canonicalized the direction and start point for the shape
461 // the direction and starting point.
466 SkPath::Direction dirA = SkPath::kCW_Direction, dirB = SkPath::kCW_Direction;
    [all...]
PathTest.cpp 2074 SkPath::Direction direction; local
2086 SkPath::Direction direction = (SkPath::Direction) - 1; local
    [all...]
  /external/skia/src/core/
SkStroke.cpp 260 Since the zero length segment has no direction, set the orientation
    [all...]
SkGpuBlurUtils.cpp 74 Gr1DKernelEffect::Direction direction,
85 resourceProvider, std::move(proxy), direction, radius, sigma, useBounds, bounds));
128 Gr1DKernelEffect::Direction direction,
137 std::move(proxy), direction, radius, sigma, false, bounds);
143 if (direction == Gr1DKernelEffect::kX_Direction) {
176 std::move(proxy), direction, radius, sigma, true, bounds);
180 proxy, direction, radius, sigma, true, bounds);
182 proxy, direction, radius, sigma, true, bounds)
    [all...]
  /external/v8/src/debug/
liveedit.cc 70 Direction dir = get_direction(pos1, pos2);
109 enum Direction {
125 Direction dir;
162 // Each cell keeps a value plus direction. Value is multiplied by 4.
163 void set_value4_and_dir(int i1, int i2, int value4, Direction dir) {
171 Direction get_direction(int i1, int i2) {
172 return static_cast<Direction>(get_cell(i1, i2) & kDirectionMask);
    [all...]
  /frameworks/base/core/java/android/text/
Layout.java 126 * {@link TextDirectionHeuristics#FIRSTSTRONG_LTR} as the default text direction heuristics. In
139 * {@link TextDirectionHeuristics#FIRSTSTRONG_LTR} as the default text direction heuristics. In
448 // to the paragraph direction of the line.
554 // direction of the layout or line. XXX: Should they?
791 * Return the heuristic used to determine paragraph text direction.
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AdaptiveIconDrawableTest.java 17 import android.graphics.Path.Direction;
196 circle.addCircle(width / 2, height / 2, (right - left)/2 -10 /* room for anti-alias */, Direction.CW);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciSched.h 118 EFI_USB_DATA_DIRECTION Direction;
812 Calculate the device context index by endpoint address and direction.
815 @param Direction The direction of the target endpoint.
823 IN EFI_USB_DATA_DIRECTION Direction
    [all...]
  /external/skia/src/gpu/
GrTessellator.cpp 188 enum class Direction { kVertical, kHorizontal };
189 Comparator(Direction direction) : fDirection(direction) {}
191 return fDirection == Direction::kHorizontal ? sweep_lt_horiz(a, b) : sweep_lt_vert(a, b);
193 Direction fDirection;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbprotocoldefs.h 84 #define USB_MAKE_REQUEST_TYPE(direction, type, recipient) \
85 (BYTE)( ((BYTE)direction << 7) | \
250 BYTE Direction:1;
318 BYTE Direction:1;
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
ExactCanvasTests.java 153 path.addCircle(45, 45, 30, Path.Direction.CW);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbBus.h 383 @param Direction Direction for data stage
399 IN EFI_USB_DATA_DIRECTION Direction,
UsbUtility.c 278 @param Direction The direction of data stage.
296 IN EFI_USB_DATA_DIRECTION Direction,
314 Direction,
330 Direction,
347 @param EpAddr The target endpoint address, with direction encoded in
420 @param EpAddr The target endpoint address, with direction encoded in
498 @param EpAddr The target endpoint address, with direction encoded in
571 @param EpAddr The target endpoint address, with direction encoded in
607 @param EpAddr The target endpoint address, with direction encoded in
    [all...]
  /external/droiddriver/src/io/appium/droiddriver/base/
BaseUiElement.java 42 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
254 public void scroll(PhysicalDirection direction) {
255 uiElementActor.scroll(this, direction);
  /external/skia/experimental/SkV8Example/
Path2DBuilder.cpp 212 SkPath::Direction dir = SkPath::kCW_Direction;
  /frameworks/compile/mclinker/include/mcld/
InputTree.h 171 // This version of join determines the direction on compilation time.
172 // @param DIRECT the direction of the connecting edge of the parent node.
189 // @param DIRECT the direction of the connecting edge of the parent node.
221 enum Direction {
234 * iterator forward in certain direction. @ref Mover::connect
  /packages/apps/Messaging/src/com/android/messaging/ui/
AudioAttachmentView.java 310 Path.Direction.CW);
  /system/tools/aidl/
aidl_language.cpp 52 AidlArgument::AidlArgument(AidlArgument::Direction direction, AidlType* type,
55 direction_(direction),
  /external/guava/guava-testlib/test/com/google/common/testing/
ArbitraryInstancesTest.java 281 assertEquals(Direction.UP, ArbitraryInstances.get(Direction.class));
409 private enum Direction {

Completed in 930 milliseconds

<<11121314151617