Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/gesture/
DInstance.java72 …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()
DInstanceLearner.java44 ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector) { in classify() argument
56 … distance = GestureUtils.minimumCosineDistance(sample.vector, vector, orientationType); in classify()
DLearner.java83 abstract ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector); in classify() argument