/aosp12/frameworks/base/core/java/android/gesture/ |
H A D | Gesture.java | 108 final ArrayList<GestureStroke> strokes = mStrokes; in getLength() local 109 final int count = strokes.size(); in getLength() 112 len += strokes.get(i).length; in getLength() 132 final ArrayList<GestureStroke> strokes = mStrokes; in toPath() local 133 final int count = strokes.size(); in toPath() 136 path.addPath(strokes.get(i).getPath()); in toPath() 149 final ArrayList<GestureStroke> strokes = mStrokes; in toPath() local 150 final int count = strokes.size(); in toPath() 201 final int count = strokes.size(); in toBitmap() 256 final int count = strokes.size(); in serialize() [all …]
|
H A D | GestureUtils.java | 134 final ArrayList<GestureStroke> strokes = gesture.getStrokes(); in spatialSampling() local 135 final int count = strokes.size(); in spatialSampling() 140 final GestureStroke stroke = strokes.get(index); in spatialSampling()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/ |
H A D | HistoryEvaluator.java | 30 private final ArrayList<Data> strokes = new ArrayList<>(); field in HistoryEvaluator 40 strokes.add(new Data(evaluation)); in addStroke() 50 return weightedAverage(strokes) + weightedAverage(gestureWeights); in getEvaluation() 80 decayValue(strokes, factor); in decayValue()
|
/aosp12/frameworks/base/core/java/android/accessibilityservice/ |
H A D | GestureDescription.java | 76 private GestureDescription(List<StrokeDescription> strokes) { in GestureDescription() argument 77 this(strokes, Display.DEFAULT_DISPLAY); in GestureDescription() 80 private GestureDescription(List<StrokeDescription> strokes, int displayId) { in GestureDescription() argument 81 mStrokes.addAll(strokes); in GestureDescription()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
H A D | FilterDrawRepresentation.java | 349 Vector<StrokeData> strokes = new Vector<StrokeData>(); in deSerializeRepresentation() local 382 strokes.add(stroke); in deSerializeRepresentation() 390 mDrawing = strokes; in deSerializeRepresentation()
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
H A D | sv_wordlist.combined.gz | 1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ... |