Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DDigitalWatchFaceService.java64 public class DigitalWatchFaceService extends CanvasWatchFaceService { class
124 GoogleApiClient mGoogleApiClient = new GoogleApiClient.Builder(DigitalWatchFaceService.this)
191 setWatchFaceStyle(new WatchFaceStyle.Builder(DigitalWatchFaceService.this) in onCreate()
196 Resources resources = DigitalWatchFaceService.this.getResources(); in onCreate()
269 mDateFormat = DateFormat.getDateFormat(DigitalWatchFaceService.this); in initFormats()
280 DigitalWatchFaceService.this.registerReceiver(mReceiver, filter); in registerReceiver()
288 DigitalWatchFaceService.this.unregisterReceiver(mReceiver); in unregisterReceiver()
299 Resources resources = DigitalWatchFaceService.this.getResources(); in onApplyWindowInsets()
454 boolean is24Hour = DateFormat.is24HourFormat(DigitalWatchFaceService.this); in onDraw()