Searched refs:orientationType (Results 1 – 4 of 4) 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
|
/frameworks/base/services/core/java/com/android/server/biometrics/log/ |
D | BiometricFrameworkStatsLogger.java | 71 orientationType(operationContext.getOrientation()), in acquired() 97 orientationType(operationContext.getOrientation()), in authenticate() 148 orientationType(operationContext.getOrientation()), in error() 268 private static int orientationType(@Surface.Rotation int rotation) { in orientationType() method in BiometricFrameworkStatsLogger
|