Searched refs:classify (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/gesture/
H A DLearner.java83 abstract ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector); method in class:Learner
H A DInstanceLearner.java44 ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector) { method in class:InstanceLearner
H A DGestureStore.java139 return mClassifier.classify(mSequenceType, mOrientationStyle, instance.vector);
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxClassifier.java32 * For classifying: call classify
90 public int classify(final HashMap<Integer, Float> sample) { method in class:BordeauxClassifier
97 Log.e(TAG,"Exception: classify the sample.");
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRoundRectangle.java196 private Zone classify(double coord, double side1, double arcSize1, double side2, method in class:RoundRectangle
228 Zone x0class = classify(x, x0, maxLeftCornerWidth, x1, maxRightCornerWidth);
229 Zone x1class = classify(x + w, x0, maxLeftCornerWidth, x1, maxRightCornerWidth);
230 Zone y0class = classify(y, y0, maxUpperCornerHeight, y1, maxLowerCornerHeight);
231 Zone y1class = classify(y + h, y0, maxUpperCornerHeight, y1, maxLowerCornerHeight);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 167 milliseconds