Home
last modified time | relevance | path

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

/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
DDigitalWatchFaceService.java70 public class DigitalWatchFaceService extends CanvasWatchFaceService { class
130 GoogleApiClient mGoogleApiClient = new GoogleApiClient.Builder(DigitalWatchFaceService.this)
197 setWatchFaceStyle(new WatchFaceStyle.Builder(DigitalWatchFaceService.this) in onCreate()
202 Resources resources = DigitalWatchFaceService.this.getResources(); in onCreate()
275 mDateFormat = DateFormat.getDateFormat(DigitalWatchFaceService.this); in initFormats()
286 DigitalWatchFaceService.this.registerReceiver(mReceiver, filter); in registerReceiver()
294 DigitalWatchFaceService.this.unregisterReceiver(mReceiver); in unregisterReceiver()
305 Resources resources = DigitalWatchFaceService.this.getResources(); in onApplyWindowInsets()
460 boolean is24Hour = DateFormat.is24HourFormat(DigitalWatchFaceService.this); in onDraw()
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
DDigitalWatchFaceConfigListenerService.java29 import com.example.android.wearable.watchface.watchface.DigitalWatchFaceService;
DDigitalWatchFaceWearableConfigActivity.java39 import com.example.android.wearable.watchface.watchface.DigitalWatchFaceService;
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/util/
DDigitalWatchFaceUtil.java33 import com.example.android.wearable.watchface.watchface.DigitalWatchFaceService;