HomeSort by relevance Sort by last modified time
    Searched defs:Gesture (Results 1 - 25 of 36) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
Gesture.java 27 * A gesture is a mouse or keyboard driven user operation, such as a
30 * canceled. A gesture is associated with a single undo transaction (although
32 * gesture can have a number of graphics {@link Overlay}s which are added and
33 * cleaned up on behalf of the gesture by the system.
38 * {@link Gesture} interface. There are pros and cons to using native drag
40 * In particular, you should use drag & drop if your gesture should:
46 * You might want to avoid using native drag & drop if your gesture should:
49 * canvas window (in a drag & gesture, as soon as you leave the canvas
54 * <li> Use no special cursor (for example, during a marquee selection gesture we
71 public abstract class Gesture {
    [all...]
  /device/google/contexthub/util/nanotool/
contexthub.h 63 Gesture,
  /frameworks/base/core/java/android/gesture/
Gesture.java 17 package android.gesture;
37 * A gesture is a hand-drawn shape on a touch screen. It can have one or multiple strokes.
38 * Each stroke is a sequence of timed points. A user-defined gesture can be recognized by
42 public class Gesture implements Parcelable {
59 public Gesture() {
65 Gesture gesture = new Gesture(); local
66 gesture.mBoundingBox.set(mBoundingBox.left, mBoundingBox.top,
71 gesture.mStrokes.add((GestureStroke)stroke.clone())
269 final Gesture gesture = new Gesture(); local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
GestureRecorder.java 40 public class Gesture {
105 +ev.getDownTime()+") does not match gesture downTime ("+mDownTime+")");
140 private LinkedList<Gesture> mGestures;
141 private Gesture mCurrentGesture;
156 mGestures = new LinkedList<Gesture>();
163 mCurrentGesture = new Gesture();
174 mCurrentGesture = new Gesture();
203 for (Gesture g : mGestures) {
235 // If we have a pending gesture, push it back
  /frameworks/support/wear/tests/src/android/support/wear/widget/util/
ArcSwipe.java 38 /** Enum describing the exact gesture which will perform the curved swipe. */
39 public enum Gesture {
52 Gesture(int duration, boolean clockwise) {
69 private final Gesture mGesture;
71 public ArcSwipe(Gesture gesture, RectF bounds) {
73 mGesture = gesture;
  /external/autotest/client/site_tests/firmware_TouchMTB/
test_conf.py 98 # Define the gesture names
129 # This following gesture is for pressure calibration.
259 """Get the gesture names that a robot can do for a specified device."""
260 return [gesture for gesture in robot_capability_list
261 if gesture in gesture_names_complete[device]]
280 # Define the gesture for pressure calibration
317 # Define the gesture list that the user needs to perform in the test suite.
322 Gesture(
357 Gesture(
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 

Completed in 4477 milliseconds

1 2