Searched refs:mDistanceTotal (Results 1 – 1 of 1) sorted by relevance
180 private float mDistanceTotal = 0; field in FitDistanceWatchFaceService.Engine422 getString(R.string.fit_distance, mDistanceTotal), in onDraw()528 mDistanceTotal = points.get(0).getValue(Field.FIELD_DISTANCE).asFloat(); in onResult()529 Log.d(TAG, "distance updated: " + mDistanceTotal); in onResult()