HomeSort by relevance Sort by last modified time
    Searched refs:Direction (Results 226 - 250 of 570) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/
LongSwipeHelper.java 35 import com.android.launcher3.userevent.nano.LauncherLogProto.Action.Direction;
172 isFling ? Touch.FLING : Touch.SWIPE, Direction.UP,
  /packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
LocationSettingsTests.java 23 import android.support.test.uiautomator.Direction;
72 settingsPanel.scroll(Direction.DOWN, 1.0f);
  /packages/apps/Settings/tests/unit/src/com/android/settings/applications/
AppOpsSettingsTest.java 33 import android.support.test.uiautomator.Direction;
149 preferenceList.scroll(Direction.DOWN, 0.2f));
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
HeadsUpNotificationTests.java 24 import android.support.test.uiautomator.Direction;
94 obj.swipe(Direction.LEFT, 1.0f);
  /platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
SystemUiJankTests.java 43 import android.support.test.uiautomator.Direction;
307 final Direction firstFling, secondFling;
311 firstFling = Direction.RIGHT;
312 secondFling = Direction.LEFT;
318 firstFling = Direction.UP;
319 secondFling = Direction.DOWN;
340 overviewPanel.fling(Direction.RIGHT, DEFAULT_FLING_SPEED);
359 widestTask.fling(Direction.DOWN);
    [all...]
  /external/skia/samplecode/
SamplePathFuzz.cpp 206 SkPath::Direction makeDirection() {
207 return (SkPath::Direction) fRand.nextRangeU(SkPath::kCW_Direction, SkPath::kCCW_Direction);
385 SkPath::Direction dir = makeDirection();
393 SkPath::Direction dir = makeDirection();
399 SkPath::Direction dir = makeDirection();
  /external/skqp/samplecode/
SamplePathFuzz.cpp 206 SkPath::Direction makeDirection() {
207 return (SkPath::Direction) fRand.nextRangeU(SkPath::kCW_Direction, SkPath::kCCW_Direction);
385 SkPath::Direction dir = makeDirection();
393 SkPath::Direction dir = makeDirection();
399 SkPath::Direction dir = makeDirection();
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
BatteryMeterDrawableBase.java 29 import android.graphics.Path.Direction;
349 mShapePath.addRoundRect(mFrame, radius, radius, Direction.CW);
350 mShapePath.addRect(mButtonFrame, Direction.CW);
351 mOutlinePath.addRoundRect(mFrame, radius, radius, Direction.CW);
353 p.addRect(mButtonFrame, Direction.CW);
SignalDrawable.java 27 import android.graphics.Path.Direction;
348 Direction.CW);
370 p.addRect(x, y, x + dotSize, y + dotSize, Direction.CW);
490 mPath.addRoundRect(mSlashRect, radius, radius, Direction.CW);
500 mPath.addRoundRect(mSlashRect, radius, radius, Direction.CW);
  /frameworks/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 25 import android.graphics.Path.Direction;
562 private static Direction getDirection(int direction) {
563 for (Direction d : Direction.values()) {
564 if (direction == d.nativeInt) {
830 * @param dir The direction to wind the rectangle's contour
836 Direction direction = getDirection(dir); local
838 switch (direction) {
    [all...]
  /external/eigen/Eigen/src/Core/
CoreEvaluators.h     [all...]
  /external/clang/lib/AST/
CommentSema.cpp 233 int Direction = getParamPassDirection(ArgLower);
235 if (Direction == -1) {
240 Direction = getParamPassDirection(ArgLower);
243 if (Direction != -1) {
245 (ParamCommandComment::PassDirection)Direction);
250 Direction = ParamCommandComment::In; // Sane fall back.
253 Command->setDirection((ParamCommandComment::PassDirection)Direction,
265 // User didn't provide a direction argument.
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
AtapiPassThru.h 197 DATA_DIRECTION Direction;
    [all...]
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 90 /// Dependence::DVEntry - Each level in the distance/direction vector
91 /// has a direction (or perhaps a union of several directions), and
102 unsigned char Direction : 3; // Init to ALL, then refine.
108 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
161 /// getDirection - Returns the direction associated with a particular
214 /// dependence (direction vectors, etc.) and is used when the compiler is
247 /// getDirection - Returns the direction associated with a particular
371 unsigned char Direction;
505 /// have 2 loops in common, so CommonLevels will equal 2 and the direction
606 /// Sets appropriate direction vector entry and, when possible
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 85 /// Dependence::DVEntry - Each level in the distance/direction vector
86 /// has a direction (or perhaps a union of several directions), and
97 unsigned char Direction : 3; // Init to ALL, then refine.
103 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
156 /// getDirection - Returns the direction associated with a particular
209 /// dependence (direction vectors, etc.) and is used when the compiler is
237 /// getDirection - Returns the direction associated with a particular
361 unsigned char Direction;
495 /// have 2 loops in common, so CommonLevels will equal 2 and the direction
596 /// Sets appropriate direction vector entry and, when possible
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
DependenceAnalysis.h 85 /// Dependence::DVEntry - Each level in the distance/direction vector
86 /// has a direction (or perhaps a union of several directions), and
97 unsigned char Direction : 3; // Init to ALL, then refine.
103 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
156 /// getDirection - Returns the direction associated with a particular
209 /// dependence (direction vectors, etc.) and is used when the compiler is
237 /// getDirection - Returns the direction associated with a particular
361 unsigned char Direction;
495 /// have 2 loops in common, so CommonLevels will equal 2 and the direction
596 /// Sets appropriate direction vector entry and, when possible
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
DependenceAnalysis.h 85 /// Dependence::DVEntry - Each level in the distance/direction vector
86 /// has a direction (or perhaps a union of several directions), and
97 unsigned char Direction : 3; // Init to ALL, then refine.
103 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
156 /// getDirection - Returns the direction associated with a particular
209 /// dependence (direction vectors, etc.) and is used when the compiler is
237 /// getDirection - Returns the direction associated with a particular
361 unsigned char Direction;
495 /// have 2 loops in common, so CommonLevels will equal 2 and the direction
596 /// Sets appropriate direction vector entry and, when possible
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
DependenceAnalysis.h 85 /// Dependence::DVEntry - Each level in the distance/direction vector
86 /// has a direction (or perhaps a union of several directions), and
97 unsigned char Direction : 3; // Init to ALL, then refine.
103 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
156 /// getDirection - Returns the direction associated with a particular
209 /// dependence (direction vectors, etc.) and is used when the compiler is
237 /// getDirection - Returns the direction associated with a particular
361 unsigned char Direction;
495 /// have 2 loops in common, so CommonLevels will equal 2 and the direction
596 /// Sets appropriate direction vector entry and, when possible
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
DependenceAnalysis.h 85 /// Dependence::DVEntry - Each level in the distance/direction vector
86 /// has a direction (or perhaps a union of several directions), and
97 unsigned char Direction : 3; // Init to ALL, then refine.
103 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
156 /// getDirection - Returns the direction associated with a particular
209 /// dependence (direction vectors, etc.) and is used when the compiler is
237 /// getDirection - Returns the direction associated with a particular
361 unsigned char Direction;
495 /// have 2 loops in common, so CommonLevels will equal 2 and the direction
596 /// Sets appropriate direction vector entry and, when possible
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
DependenceAnalysis.h 85 /// Dependence::DVEntry - Each level in the distance/direction vector
86 /// has a direction (or perhaps a union of several directions), and
97 unsigned char Direction : 3; // Init to ALL, then refine.
103 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
156 /// getDirection - Returns the direction associated with a particular
209 /// dependence (direction vectors, etc.) and is used when the compiler is
237 /// getDirection - Returns the direction associated with a particular
361 unsigned char Direction;
495 /// have 2 loops in common, so CommonLevels will equal 2 and the direction
596 /// Sets appropriate direction vector entry and, when possible
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
DependenceAnalysis.h 85 /// Dependence::DVEntry - Each level in the distance/direction vector
86 /// has a direction (or perhaps a union of several directions), and
97 unsigned char Direction : 3; // Init to ALL, then refine.
103 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
156 /// getDirection - Returns the direction associated with a particular
209 /// dependence (direction vectors, etc.) and is used when the compiler is
237 /// getDirection - Returns the direction associated with a particular
361 unsigned char Direction;
495 /// have 2 loops in common, so CommonLevels will equal 2 and the direction
596 /// Sets appropriate direction vector entry and, when possible
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 85 /// Dependence::DVEntry - Each level in the distance/direction vector
86 /// has a direction (or perhaps a union of several directions), and
97 unsigned char Direction : 3; // Init to ALL, then refine.
103 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
156 /// getDirection - Returns the direction associated with a particular
209 /// dependence (direction vectors, etc.) and is used when the compiler is
237 /// getDirection - Returns the direction associated with a particular
361 unsigned char Direction;
495 /// have 2 loops in common, so CommonLevels will equal 2 and the direction
596 /// Sets appropriate direction vector entry and, when possible
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
DependenceAnalysis.h 85 /// Dependence::DVEntry - Each level in the distance/direction vector
86 /// has a direction (or perhaps a union of several directions), and
97 unsigned char Direction : 3; // Init to ALL, then refine.
103 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
156 /// getDirection - Returns the direction associated with a particular
209 /// dependence (direction vectors, etc.) and is used when the compiler is
237 /// getDirection - Returns the direction associated with a particular
361 unsigned char Direction;
495 /// have 2 loops in common, so CommonLevels will equal 2 and the direction
596 /// Sets appropriate direction vector entry and, when possible
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
DependenceAnalysis.h 85 /// Dependence::DVEntry - Each level in the distance/direction vector
86 /// has a direction (or perhaps a union of several directions), and
97 unsigned char Direction : 3; // Init to ALL, then refine.
103 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
156 /// getDirection - Returns the direction associated with a particular
209 /// dependence (direction vectors, etc.) and is used when the compiler is
237 /// getDirection - Returns the direction associated with a particular
361 unsigned char Direction;
495 /// have 2 loops in common, so CommonLevels will equal 2 and the direction
596 /// Sets appropriate direction vector entry and, when possible
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
DependenceAnalysis.h 85 /// Dependence::DVEntry - Each level in the distance/direction vector
86 /// has a direction (or perhaps a union of several directions), and
97 unsigned char Direction : 3; // Init to ALL, then refine.
103 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
156 /// getDirection - Returns the direction associated with a particular
209 /// dependence (direction vectors, etc.) and is used when the compiler is
237 /// getDirection - Returns the direction associated with a particular
361 unsigned char Direction;
495 /// have 2 loops in common, so CommonLevels will equal 2 and the direction
596 /// Sets appropriate direction vector entry and, when possible
    [all...]

Completed in 2299 milliseconds

1 2 3 4 5 6 7 8 91011>>