Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DFitStepsWatchFaceService.java70 public class FitStepsWatchFaceService extends CanvasWatchFaceService { class
187 mGoogleApiClient = new GoogleApiClient.Builder(FitStepsWatchFaceService.this) in onCreate()
198 setWatchFaceStyle(new WatchFaceStyle.Builder(FitStepsWatchFaceService.this) in onCreate()
274 FitStepsWatchFaceService.this.registerReceiver(mReceiver, filter); in registerReceiver()
282 FitStepsWatchFaceService.this.unregisterReceiver(mReceiver); in unregisterReceiver()
293 Resources resources = FitStepsWatchFaceService.this.getResources(); in onApplyWindowInsets()
375 boolean is24Hour = DateFormat.is24HourFormat(FitStepsWatchFaceService.this); in onDraw()