HomeSort by relevance Sort by last modified time
    Searched full:strokes (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/base/core/java/android/gesture/
Gesture.java 37 * A gesture is a hand-drawn shape on a touch screen. It can have one or multiple strokes.
77 * @return all the strokes of the gesture
84 * @return the number of strokes included by this gesture
101 * Calculates the total length of the gesture. When there are multiple strokes in
102 * the gesture, this returns the sum of the lengths of all the strokes.
108 final ArrayList<GestureStroke> strokes = mStrokes; local
109 final int count = strokes.size();
112 len += strokes.get(i).length;
132 final ArrayList<GestureStroke> strokes = mStrokes; local
133 final int count = strokes.size()
149 final ArrayList<GestureStroke> strokes = mStrokes; local
200 final ArrayList<GestureStroke> strokes = mStrokes; local
255 final ArrayList<GestureStroke> strokes = mStrokes; local
    [all...]
GestureStroke.java 31 * consists of a sequence of timed points. One or multiple strokes form a gesture.
GestureStore.java 53 // 4 bytes int Number of strokes
GestureUtils.java 134 final ArrayList<GestureStroke> strokes = gesture.getStrokes(); local
135 final int count = strokes.size();
140 final GestureStroke stroke = strokes.get(index);
  /external/skia/gm/
Android.mk 51 strokes.cpp \
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureComparator.java 40 // now compare gesture strokes. Order is important
  /external/freetype/src/autofit/
afcjk.h 37 * horizontal blue zones. But some glyphs have flat bounding strokes that
afcjk.c 801 * In Hanzi, some strokes are wider on one or both of the ends.
    [all...]
  /external/skia/gyp/
gmslides.gypi 43 '../gm/strokes.cpp',
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
_index.html 27 <dd>Demonstrates using the {@link android.graphics.Paint} and {@link android.graphics.Canvas} objects to draw random points on the screen, with different colors and strokes. </dd>
  /external/freetype/include/freetype/
ftstroke.h 85 * miter limit is exceeded. The outer edges of the strokes
99 * strokes is clipped at a line perpendicular to the bisector
100 * of the angle between the strokes, at the distance from the
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.cpp 416 // This allows dashing and dotting to work properly for hairline strokes
417 // FIXME: Should we only do this for dashed and dotted strokes?
  /frameworks/base/docs/html/design/style/
iconography.jd 162 rotate it 45&deg; left or right to fill the focal space. The thickness of the strokes and negative
242 <p>Neutral, flat, and simple. Filled shapes are easier to see than thin strokes. Use a single visual
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java 23 * strokes.
  /external/qemu/
curses.c 182 /* while there are any pending key strokes to process */
  /external/chromium/chrome/browser/ui/views/
find_bar_host.cc 74 // input. Otherwise Up and Down arrow key strokes get eaten. "Nom Nom Nom".
  /external/icu4c/data/unidata/
Blocks.txt 137 31C0..31EF; CJK Strokes
BidiMirroring.txt 472 # 22F9; ELEMENT OF WITH TWO HORIZONTAL STROKES
503 # 29C3; CIRCLE WITH TWO HORIZONTAL STROKES TO THE RIGHT
  /frameworks/base/docs/html/training/tv/
optimizing-layouts-tv.jd 127 <li>Avoid lightweight fonts or fonts that have both very narrow and very broad strokes. Use simple sans-serif
  /external/webkit/Source/WebCore/platform/graphics/
Font.cpp 360 // CJK Strokes.
GraphicsContext.h 314 // FIXME: ...except drawRect(), which fills properly but always strokes
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.h 174 // (extra strokes) inserted instead.
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
ComposingText.java 38 * This text layer holds key strokes.<br>
  /external/harfbuzz/contrib/tables/
BidiMirroring.txt 463 # 22F9; ELEMENT OF WITH TWO HORIZONTAL STROKES
494 # 29C3; CIRCLE WITH TWO HORIZONTAL STROKES TO THE RIGHT
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion32.txt 106 android:gestureStrokeType : Defines the type of strokes that define a gesture. [enum]
285 android:uncertainGestureColor : Color used to draw the user's strokes until we are sure it's a gesture. [color]

Completed in 897 milliseconds

1 2