Lines Matching full:code
10 developers to write a lot of code.</p>
15 <code>android.gesture</code> API in your applications. Before going any further,
17 href="http://code.google.com/p/apps-for-android/downloads/detail?name=
18 GesturesDemos.zip&can=2&q=#makechanges">download the source code
27 can find the source code of Gestures Builders in the samples directory of each
40 the emulator's SD card, <code>/sdcard/gestures</code>. This file contains the
43 <code>/res/raw</code>.</p>
49 <code>GestureLibraries</code> class:</p>
57 <code>/res/raw/spells</code>. You can easily load libraries from other sources,
67 is add a <code>GestureOverlayView</code> to your XML layout:</p>
75 <p>Notice that the <code>GestureOverlayView</code>
82 <code>GestureOverlayView.OnGesturePerformedListener</code>,
88 <p>When the listener fires, you can ask the <code>GestureLibrary</code>
93 the one the user intended to draw. The following code snippet
113 this is all the code you need to create a simple application that can
114 recognize pre-defined gestures (see the source code of the project
121 <p>In the example above, the <code>GestureOverlayView</code> was used
122 as a normal view, embedded inside a <code>LinearLayout</code>.
156 <li><code>gestureStrokeType</code>: indicates
160 <li><code>eventsInterceptionEnabled</code>: when
165 <li><code>orientation</code>:
168 (like <code>action_delete</code>) can immediately be recognized as a
175 <p>The code used to load and set up the gestures library and overlay is exactly