Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DFitDistanceWatchFaceService.java180 private float mDistanceTotal = 0; field in FitDistanceWatchFaceService.Engine
422 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()