/frameworks/base/core/java/android/gesture/ |
D | GestureStore.java | 82 private final HashMap<String, ArrayList<Gesture>> mNamedGestures = 83 new HashMap<String, ArrayList<Gesture>>(); 136 public ArrayList<Prediction> recognize(Gesture gesture) { in recognize() 148 public void addGesture(String entryName, Gesture gesture) { in addGesture() 152 ArrayList<Gesture> gestures = mNamedGestures.get(entryName); in addGesture() 154 gestures = new ArrayList<Gesture>(); in addGesture() 170 public void removeGesture(String entryName, Gesture gesture) { in removeGesture() 171 ArrayList<Gesture> gestures = mNamedGestures.get(entryName); in removeGesture() 205 public ArrayList<Gesture> getGestures(String entryName) { in getGestures() 206 ArrayList<Gesture> gestures = mNamedGestures.get(entryName); in getGestures() [all …]
|
D | Gesture.java | 42 public class Gesture implements Parcelable { class 59 public Gesture() { in Gesture() method in Gesture 65 Gesture gesture = new Gesture(); in clone() 268 static Gesture deserialize(DataInputStream in) throws IOException { in deserialize() 269 final Gesture gesture = new Gesture(); in deserialize() 283 …inal @android.annotation.NonNull Parcelable.Creator<Gesture> CREATOR = new Parcelable.Creator<Gest… 284 public Gesture createFromParcel(Parcel in) { 285 Gesture gesture = null; 306 public Gesture[] newArray(int size) { 307 return new Gesture[size];
|
D | GestureLibrary.java | 63 public ArrayList<Prediction> recognize(Gesture gesture) { in recognize() 67 public void addGesture(String entryName, Gesture gesture) { in addGesture() 71 public void removeGesture(String entryName, Gesture gesture) { in removeGesture() 79 public ArrayList<Gesture> getGestures(String entryName) { in getGestures()
|
D | Instance.java | 72 …static Instance createInstance(int sequenceType, int orientationType, Gesture gesture, String labe… in createInstance() 86 private static float[] spatialSampler(Gesture gesture) { in spatialSampler() 90 private static float[] temporalSampler(int orientationType, Gesture gesture) { in temporalSampler()
|
D | GestureOverlayView.java | 106 private Gesture mCurrentGesture; 284 public Gesture getGesture() { in getGesture() 288 public void setGesture(Gesture gesture) { in setGesture() 587 mCurrentGesture = new Gesture(); in touchDown() 802 void onGesturePerformed(GestureOverlayView overlay, Gesture gesture); in onGesturePerformed()
|
D | GestureUtils.java | 73 public static float[] spatialSampling(Gesture gesture, int bitmapSize) { in spatialSampling() 90 public static float[] spatialSampling(Gesture gesture, int bitmapSize, in spatialSampling()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | GestureRecorder.java | 40 public class Gesture { class in GestureRecorder 140 private LinkedList<Gesture> mGestures; 141 private Gesture mCurrentGesture; 156 mGestures = new LinkedList<Gesture>(); in GestureRecorder() 163 mCurrentGesture = new Gesture(); in add() 174 mCurrentGesture = new Gesture(); in tag() 203 for (Gesture g : mGestures) { in toJsonLocked()
|
/frameworks/base/core/proto/android/app/ |
D | settings_enums.proto | 313 // OPEN: Assist Gesture training intro in Settings 318 // OPEN: Assist Gesture training enrolling in Settings 323 // OPEN: Assist Gesture training finished in Settings 1679 // OPEN: Settings > System > Input & Gesture > Swipe to notification gesture 1682 // OPEN: Settings > System > Input & Gesture > Double tap power button gesture 1685 // OPEN: Settings > System > Input & Gesture > Pick up gesture 1688 // OPEN: Settings > System > Input & Gesture > Double tap screen gesture 1691 // OPEN: Settings > System > Input & Gesture > Double twist gesture 2158 // OPEN: Settings > System > Input & Gesture > Reach up gesture 2162 // OPEN: Settings > System > Input & Gesture > Wake screen [all …]
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProtoDumpUtil.java | 1942 SecureSettingsProto.Gesture.AWARE_ENABLED); in dumpProtoSecureSettingsLocked() 1946 SecureSettingsProto.Gesture.SILENCE_ALARMS_COUNT); in dumpProtoSecureSettingsLocked() 1949 SecureSettingsProto.Gesture.SILENCE_CALLS_COUNT); in dumpProtoSecureSettingsLocked() 1952 SecureSettingsProto.Gesture.SILENCE_ENABLED); in dumpProtoSecureSettingsLocked() 1955 SecureSettingsProto.Gesture.SILENCE_TIMER_COUNT); in dumpProtoSecureSettingsLocked() 1959 SecureSettingsProto.Gesture.SKIP_COUNT); in dumpProtoSecureSettingsLocked() 1962 SecureSettingsProto.Gesture.SKIP_ENABLED); in dumpProtoSecureSettingsLocked() 1966 SecureSettingsProto.Gesture.SILENCE_ALARMS_TOUCH_COUNT); in dumpProtoSecureSettingsLocked() 1969 SecureSettingsProto.Gesture.SILENCE_CALLS_TOUCH_COUNT); in dumpProtoSecureSettingsLocked() 1972 SecureSettingsProto.Gesture.SILENCE_TIMER_TOUCH_COUNT); in dumpProtoSecureSettingsLocked() [all …]
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityGestureDetector.java | 21 import android.gesture.Gesture;
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 2291 // 1: Gesture performed is Nudge 2292 // 2: Gesture performed is Pickup 2293 // 4: Gesture performed is Double Tap 2294 // 6: Gesture performed is Reach 3505 // OPEN: Settings > System > Input & Gesture 3511 // OPEN: Settings > System > Input & Gesture > Swipe to notification gesture 3514 // OPEN: Settings > System > Input & Gesture > Double tap power button gesture 3517 // OPEN: Settings > System > Input & Gesture > Pick up gesture 3520 // OPEN: Settings > System > Input & Gesture > Double tap screen gesture 3523 // OPEN: Settings > System > Input & Gesture > Double twist gesture [all …]
|
/frameworks/base/core/proto/android/providers/settings/ |
D | secure.proto | 195 message Gesture { message 220 optional Gesture gesture = 74;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 10229 public class Gesture implements android.os.Parcelable { 10230 ctor public Gesture(); 10246 field public static final android.os.Parcelable.Creator<android.gesture.Gesture> CREATOR; 10258 method public void addGesture(java.lang.String, android.gesture.Gesture); 10260 method public java.util.ArrayList<android.gesture.Gesture> getGestures(java.lang.String); 10265 … method public java.util.ArrayList<android.gesture.Prediction> recognize(android.gesture.Gesture); 10267 method public void removeGesture(java.lang.String, android.gesture.Gesture); 10287 method public android.gesture.Gesture getGesture(); 10311 method public void setGesture(android.gesture.Gesture); 10335 …blic abstract void onGesturePerformed(android.gesture.GestureOverlayView, android.gesture.Gesture); [all …]
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 13402 public class Gesture implements android.os.Parcelable { 13403 ctor public Gesture(); 13419 … field @NonNull public static final android.os.Parcelable.Creator<android.gesture.Gesture> CREATOR; 13431 method public void addGesture(String, android.gesture.Gesture); 13433 method public java.util.ArrayList<android.gesture.Gesture> getGestures(String); 13438 … method public java.util.ArrayList<android.gesture.Prediction> recognize(android.gesture.Gesture); 13440 method public void removeGesture(String, android.gesture.Gesture); 13460 method public android.gesture.Gesture getGesture(); 13484 method public void setGesture(android.gesture.Gesture); 13508 …method public void onGesturePerformed(android.gesture.GestureOverlayView, android.gesture.Gesture); [all …]
|
/frameworks/base/api/ |
D | current.txt | 13402 public class Gesture implements android.os.Parcelable { 13403 ctor public Gesture(); 13419 … field @NonNull public static final android.os.Parcelable.Creator<android.gesture.Gesture> CREATOR; 13431 method public void addGesture(String, android.gesture.Gesture); 13433 method public java.util.ArrayList<android.gesture.Gesture> getGestures(String); 13438 … method public java.util.ArrayList<android.gesture.Prediction> recognize(android.gesture.Gesture); 13440 method public void removeGesture(String, android.gesture.Gesture); 13460 method public android.gesture.Gesture getGesture(); 13484 method public void setGesture(android.gesture.Gesture); 13508 …method public void onGesturePerformed(android.gesture.GestureOverlayView, android.gesture.Gesture); [all …]
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 18828 Landroid/gesture/Gesture;->BITMAP_RENDERING_ANTIALIAS:Z 18829 Landroid/gesture/Gesture;->BITMAP_RENDERING_DITHER:Z 18830 Landroid/gesture/Gesture;->BITMAP_RENDERING_WIDTH:I 18831 Landroid/gesture/Gesture;->deserialize(Ljava/io/DataInputStream;)Landroid/gesture/Gesture; 18832 Landroid/gesture/Gesture;->GESTURE_ID_BASE:J 18833 Landroid/gesture/Gesture;->mBoundingBox:Landroid/graphics/RectF; 18834 Landroid/gesture/Gesture;->mGestureID:J 18835 Landroid/gesture/Gesture;->mStrokes:Ljava/util/ArrayList; 18836 Landroid/gesture/Gesture;->serialize(Ljava/io/DataOutputStream;)V 18837 Landroid/gesture/Gesture;->setID(J)V [all …]
|