Searched refs:orientationType (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/gesture/
H A DInstance.java72 static Instance createInstance(int sequenceType, int orientationType, Gesture gesture, String label) { argument
76 pts = temporalSampler(orientationType, gesture);
90 private static float[] temporalSampler(int orientationType, Gesture gesture) { argument
97 if (orientationType != GestureStore.ORIENTATION_INVARIANT) {
H A DInstanceLearner.java44 ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector) { argument
56 distance = GestureUtils.minimumCosineDistance(sample.vector, vector, orientationType);
H A DLearner.java83 abstract ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector); argument

Completed in 36 milliseconds