Searched refs:classify (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | RoundRectangle.java | 196 private Zone classify(double coord, double side1, double arcSize1, double side2, in classify() method in RoundRectangle 228 Zone x0class = classify(x, x0, maxLeftCornerWidth, x1, maxRightCornerWidth); in intersects() 229 Zone x1class = classify(x + w, x0, maxLeftCornerWidth, x1, maxRightCornerWidth); in intersects() 230 Zone y0class = classify(y, y0, maxUpperCornerHeight, y1, maxLowerCornerHeight); in intersects() 231 Zone y1class = classify(y + h, y0, maxUpperCornerHeight, y1, maxLowerCornerHeight); in intersects()
|
/frameworks/base/core/java/android/gesture/ |
D | Learner.java | 83 abstract ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector); in classify() method in Learner
|
D | InstanceLearner.java | 44 ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector) { in classify() method in InstanceLearner
|
D | GestureStore.java | 139 return mClassifier.classify(mSequenceType, mOrientationStyle, instance.vector); in recognize()
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
D | BordeauxClassifier.java | 90 public int classify(final HashMap<Integer, Float> sample) { in classify() method in BordeauxClassifier
|
/frameworks/base/docs/html/guide/topics/processes/ |
D | process-lifecycle.jd | 106 <p>When deciding how to classify a process, the system will base its decision on the most
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
D | databinding-studio-bundle.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/databinding/
android/ ... |