HomeSort by relevance Sort by last modified time
    Searched full:edge (Results 626 - 650 of 3660) sorted by null

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
textpad.py 23 Ctrl-A Go to left edge of window.
26 Ctrl-E Go to right edge (stripspaces off) or end of line (stripspaces on).
37 Move operations do nothing if the cursor is at an edge where the movement
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 259 * Adds a match to align the left edge with some other edge.
272 * Adds a match to align the right edge with some other edge.
307 * Adds a match to align the top edge with some other edge.
318 * Adds a match to align the bottom edge with some other edge.
350 * Computes a horizontal "gap" match - a preferred distance from the nearest edge,
391 // This is two columns, where the right hand side edge of column 1 i
    [all...]
  /cts/apps/CameraITS/pymodules/its/
caps.py 384 """Returns whether a device supports the edge mode.
388 mode: Integer, indicating the edge mode to check for availability.
394 "android.edge.availableEdgeModes") and mode \
395 in props["android.edge.availableEdgeModes"];
  /developers/build/prebuilts/gradle/ElevationDrag/Application/tests/src/com/example/android/elevationdrag/tests/
SampleTests.java 75 // Drag the shape to the left edge.
  /developers/build/prebuilts/gradle/GridViewPager/Wearable/src/main/res/values/
strings.xml 30 <string name="expansion_text">By default, each card will grow taller to accommodate extra content. Tall cards can be scrolled through like any scrollable view. The maximum height is controlled by setExpansionFactor() with a default of 10 pages. After that you\'ll notice a faded edge to indicate there is more. Expansion can be disabled completely using setExpansionEnabled(false). With this, the content will be clipped if it\'s taller than one page.</string>
  /developers/samples/android/ui/views/Elevation/ElevationDrag/Application/tests/src/com/example/android/elevationdrag/tests/
SampleTests.java 75 // Drag the shape to the left edge.
  /developers/samples/android/wearable/wear/GridViewPager/Wearable/src/main/res/values/
strings.xml 30 <string name="expansion_text">By default, each card will grow taller to accommodate extra content. Tall cards can be scrolled through like any scrollable view. The maximum height is controlled by setExpansionFactor() with a default of 10 pages. After that you\'ll notice a faded edge to indicate there is more. Expansion can be disabled completely using setExpansionEnabled(false). With this, the content will be clipped if it\'s taller than one page.</string>
  /development/samples/ApiDemos/res/layout/
overscan_activity.xml 21 edge of the box background used here invisible. -->
relative_layout_2.xml 45 It is also aligned to the right edge of the parent
  /development/samples/browseable/GridViewPager/res/values/
strings.xml 30 <string name="expansion_text">By default, each card will grow taller to accommodate extra content. Tall cards can be scrolled through like any scrollable view. The maximum height is controlled by setExpansionFactor() with a default of 10 pages. After that you\'ll notice a faded edge to indicate there is more. Expansion can be disabled completely using setExpansionEnabled(false). With this, the content will be clipped if it\'s taller than one page.</string>
  /device/huawei/angler/overlay/frameworks/base/core/res/res/values-mcc206-mnc01/
config.xml 43 <item>2</item> <!-- EDGE -->
  /device/huawei/angler/overlay/frameworks/base/core/res/res/values-mcc272-mnc01/
config.xml 43 <item>2</item> <!-- EDGE -->
  /device/huawei/angler/overlay/frameworks/base/core/res/res/values-mcc310-mnc410/
config.xml 51 <item>edge:4093,26280,35040,4096,16384,35040</item>
  /device/lge/bullhead/overlay/frameworks/base/core/res/res/values-mcc310-mnc410/
config.xml 34 <item>edge:4093,26280,35040,4096,16384,35040</item>
  /external/ImageMagick/ImageMagick/api/
shear.html 67 <p>If the artifact "deskew:auto-crop" is given the image will be automatically cropped of the excess background. The value is the border width of all pixels around the edge that will be used to determine an average border color for the automatic trim.</p>
117 <p>ShearImage() creates a new image that is a shear_image copy of an existing one. Shearing slides one edge of an image along the X or Y axis, creating a parallelogram. An X direction shear slides an edge along the X axis, while a Y direction shear slides an edge along the Y axis. The amount of the shear is controlled by a shear angle. For X direction shears, x_shear is measured relative to the Y axis, and similarly, for Y direction shears y_shear is measured relative to the X axis. Empty triangles left over from shearing the image are filled with the background color defined by member 'background_color' of the image.. ShearImage() allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p>
  /external/ImageMagick/PerlMagick/demo/
lsys.pl 60 # Turtle: the midpoint of the bottom edge of the image, pointing up.
  /external/ImageMagick/www/api/
feature.html 10 <meta http-equiv="X-UA-Compatible" content="IE=edge" />
93 <dd>percentage of edge pixels in the lower threshold. </dd>
97 <dd>percentage of edge pixels in the upper threshold. </dd>
145 <p>Use HoughLineImage() in conjunction with any binary edge extracted image (we recommand Canny) to identify lines in the image. The algorithm accumulates counts for every white pixel for every possible orientation (for angles from 0 to 179 in 1 degree increments) and distance from the center of the image to the corner (in 1 px increments) and stores the counts in an accumulator matrix of angle vs distance. The size of the accumulator is 180x(diagonal/2). Next it searches this space for peaks in counts and converts the locations of the peaks to slope and intercept in the normal x,y input image space. Use the slope/intercepts to find the endpoints clipped to the bounds of the image. The lines are then drawn. The counts are a measure of the length of the lines</p>
shear.php 67 <p>If the artifact "deskew:auto-crop" is given the image will be automatically cropped of the excess background. The value is the border width of all pixels around the edge that will be used to determine an average border color for the automatic trim.</p>
117 <p>ShearImage() creates a new image that is a shear_image copy of an existing one. Shearing slides one edge of an image along the X or Y axis, creating a parallelogram. An X direction shear slides an edge along the X axis, while a Y direction shear slides an edge along the Y axis. The amount of the shear is controlled by a shear angle. For X direction shears, x_shear is measured relative to the Y axis, and similarly, for Y direction shears y_shear is measured relative to the X axis. Empty triangles left over from shearing the image are filled with the background color defined by member 'background_color' of the image.. ShearImage() allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/
dot.stg 55 edge(src,target,label,arrowhead) ::= <<
  /external/autotest/client/common_lib/cros/fake_device_server/
common_util_unittest.py 37 # Also test the edge case without an input file.
  /external/bison/doc/figs/
example.dot 8 edge [fontname = courier]
  /external/ceres-solver/internal/ceres/
single_linkage_clustering.h 50 // Graph edges with edge weight less than min_similarity are ignored
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/
graphutil.rst 54 by an incoming edge is in *removes*. *Last_good* is the
  /external/chromium-trace/catapult/third_party/polymer/components/core-focusable/
demo.html 11 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  /external/chromium-trace/catapult/third_party/polymer/components/core-transition/
demo.html 11 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

Completed in 484 milliseconds

<<21222324252627282930>>