Searched refs:kGestureCount (Results 1 – 2 of 2) sorted by relevance
23 float prediction_history[kGestureCount][kPredictionHistoryLength] = {};34 for (int i = 0; i < kGestureCount; ++i) { in PredictGesture()48 for (int i = 0; i < kGestureCount; i++) { in PredictGesture()
24 constexpr int kGestureCount = 4; variable