Home
last modified time | relevance | path

Searched refs:mMLResults (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgeBackGestureHandler.java290 private float mMLResults; field in EdgeBackGestureHandler
857 mMLResults = provider.predict(featuresVector); in getBackGesturePredictionsCategory()
858 if (mMLResults == -1) { in getBackGesturePredictionsCategory()
861 return mMLResults >= mMLModelThreshold ? 1 : 0; in getBackGesturePredictionsCategory()
931 System.currentTimeMillis(), x, y, app, mMLResults, withinRange ? 1 : 0)); in isWithinTouchRegion()
987 mUseMLModel ? mMLResults : -2, logPackageName, in logGesture()
1016 mMLResults = 0; in onMotionEvent()