Searched refs:max_predict_index (Results 1 – 1 of 1) sorted by relevance
46 int max_predict_index = -1; in PredictGesture() local54 if ((max_predict_index == -1) || (prediction_average > max_predict_score)) { in PredictGesture()55 max_predict_index = i; in PredictGesture()67 if ((max_predict_index == kNoGesture) || in PredictGesture()76 return max_predict_index; in PredictGesture()