Searched refs:predictions (Results 1 – 3 of 3) sorted by relevance
45 ArrayList<Prediction> predictions = new ArrayList<Prediction>(); in classify() local76 predictions.add(new Prediction(name, score)); in classify()84 Collections.sort(predictions, sComparator); in classify()86 return predictions; in classify()
402 ArrayList<Prediction> predictions = mGestureLibrary.recognize(gesture); in recognizeGesture() local403 if (!predictions.isEmpty()) { in recognizeGesture()404 Prediction bestPrediction = predictions.get(0); in recognizeGesture()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...