Searched refs:predictions (Results 1 – 2 of 2) 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()
816 ArrayList<Prediction> predictions = mGestureLibrary.recognize(gesture); in handleMotionEventGestureDetecting() local817 if (!predictions.isEmpty()) { in handleMotionEventGestureDetecting()818 Prediction bestPrediction = predictions.get(0); in handleMotionEventGestureDetecting()