Searched refs:orientationType (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/gesture/ |
D | Instance.java | 72 …static Instance createInstance(int sequenceType, int orientationType, Gesture gesture, String labe… in createInstance() argument 76 pts = temporalSampler(orientationType, gesture); in createInstance() 90 private static float[] temporalSampler(int orientationType, Gesture gesture) { in temporalSampler() argument 97 if (orientationType != GestureStore.ORIENTATION_INVARIANT) { in temporalSampler()
|
D | InstanceLearner.java | 44 ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector) { in classify() argument 56 … distance = GestureUtils.minimumCosineDistance(sample.vector, vector, orientationType); in classify()
|
D | Learner.java | 83 abstract ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector); in classify() argument
|