HomeSort by relevance Sort by last modified time
    Searched refs:directions (Results 1 - 25 of 43) sorted by null

1 2

  /system/tools/aidl/tests/
test_util.cpp 76 int directions = 0; local
79 directions |= UP;
83 directions |= LEFT;
87 table[i][j].propagation_directions = directions;
95 int directions = 0; local
99 directions |= UP;
104 directions |= LEFT;
109 table[i][j].propagation_directions = directions;
  /external/droiddriver/src/io/appium/droiddriver/scroll/
Direction.java 24 * A namespace to hold interfaces and constants for scroll directions.
27 /** Logical directions */
44 /** Physical directions */
97 private final PhysicalDirection[] directions = {LEFT, RIGHT}; external variable declarations
101 return directions;
105 private final PhysicalDirection[] directions = {UP, DOWN}; external variable declarations
109 return directions;
  /frameworks/av/media/libaaudio/tests/
test_open_params.cpp 136 aaudio_direction_t directions[] = {AAUDIO_DIRECTION_OUTPUT, AAUDIO_DIRECTION_INPUT}; local
145 for (uint dirIndex = 0;dirIndex < arraysize(directions); dirIndex++) {
146 aaudio_direction_t direction = directions[dirIndex];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
Xfixes.h 259 int x2, int y2, int directions,
264 int x2, int y2, int directions, int velocity,
284 int directions; member in struct:__anon55986
xfixesproto.h 518 CARD32 directions; member in struct:__anon56142
562 CARD32 directions; member in struct:__anon56145
  /frameworks/base/core/java/android/text/
Layout.java 530 Directions directions = getLineDirections(lineNum); local
531 if (directions == DIRS_ALL_LEFT_TO_RIGHT && !mSpannedText && !hasTab && !justify) {
535 tl.set(paint, buf, start, end, dir, directions, hasTab, tabStops);
1080 Directions directions = getLineDirections(line); local
1209 Directions directions = getLineDirections(line); local
1240 Directions directions = getLineDirections(line); local
1519 Directions directions = getLineDirections(line); local
    [all...]
AndroidBidi.java 19 import android.text.Layout.Directions;
62 * @return the directions
64 public static Directions directions(int dir, byte[] levels, int lstart, method in class:AndroidBidi
179 return new Directions(ld);
TextLine.java 24 import android.text.Layout.Directions;
55 private Directions mDirections;
141 * @param directions the directions information of this line
146 Directions directions, boolean hasTabs, TabStops tabStops) {
152 mDirections = directions;
154 throw new IllegalArgumentException("Directions cannot be null");
166 mCharsValid = hasReplacement || hasTabs || directions != Layout.DIRS_ALL_LEFT_TO_RIGHT;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintList.java     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
shortcircuit.go 7 // Shortcircuit finds situations where branch directions
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
shortcircuit.go 7 // Shortcircuit finds situations where branch directions
  /frameworks/support/core-ui/java/android/support/v4/widget/
ViewDragHelper.java     [all...]
  /external/autotest/client/cros/
touch_playback_test_base.py 116 def _find_test_files_from_directions(self, input_type, fmt_str, directions):
117 """Find gesture files given a list of directions and name format.
121 @param directions: list of directions for fmt_string
124 they are found, indexed by directions as given.
128 gestures = [fmt_str % d for d in directions]
133 filepaths = {d: temp_filepaths[fmt_str % d] for d in directions}
  /external/walt/docs/
DragLatency.md 33 Now imagine that the clocks timestamping the touch and the laser events diverge a little (this divergence is the latency we want to measure). The red 'x' marks would move along the graph. But half of them would move up and half down (corresponding to direction of the finger movement in that point) and therefore they would diverge in opposite directions from the relatively straight horizontal line you see on the screenshot.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
Xfixes.h 259 int x2, int y2, int directions,
xfixesproto.h 518 CARD32 directions; member in struct:__anon54275
  /external/curl/lib/vtls/
gskit.c 84 /* Directions. */
603 int directions)
622 if(directions & SOS_READ) {
626 if(directions & SOS_WRITE) {
    [all...]
  /external/ImageMagick/www/api/
feature.php 103 <p>GetImageFeatures() returns features for each channel in the image in each of four directions (horizontal, vertical, left and right diagonals) for the specified distance. The features include the angular second moment, contrast, correlation, sum of squares: variance, inverse difference moment, sum average, sum varience, sum entropy, entropy, difference variance, difference entropy, information measures of correlation 1, information measures of correlation 2, and maximum correlation coefficient. You can access the red channel contrast, for example, like this:</p>
morphology.php 154 <dd> Comet:{width},{sigma},{angle} Blur in one direction only, much like how a bright object leaves a comet like trail. The Kernel is actually half a gaussian curve, Adding two such blurs in opposite directions produces a Blur Kernel. Angle can be rotated in multiples of 90 degrees. </dd>
264 <dd> Manhattan:[{radius}][x{scale}[!]] Manhattan Distance (also known as Rectilinear, City Block, or the Taxi Cab distance metric), it is the distance needed when you can only travel in horizontal or vertical directions only. It is the distance a 'Rook' in chess would have to travel, and results in a diamond like distances, where diagonals are further than expected. </dd>
    [all...]
  /external/valgrind/none/tests/
cmdline1.stdout.exp 23 and follow the on-screen directions
cmdline2.stdout.exp 23 and follow the on-screen directions
  /external/iproute2/doc/
ip-tunnels.tex 81 A: Linux-2.2 has single module \verb|ipip| for both directions of tunneling
275 output directions by prefixing corresponding keywords with letter
  /external/autotest/client/site_tests/firmware_TouchMTB/
validators.py 200 def _is_direction_in_variation(self, variation, directions):
201 """Is any element of directions list found in variation?"""
202 for direction in directions:
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/helper/
ItemTouchHelper.java     [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
ItemTouchHelper.java     [all...]

Completed in 1623 milliseconds

1 2