Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DInteractiveWatchFaceService.java142 public void onPropertiesChanged(Bundle properties) { in onPropertiesChanged() method in InteractiveWatchFaceService.Engine
143 super.onPropertiesChanged(properties); in onPropertiesChanged()
DSweepWatchFaceService.java180 public void onPropertiesChanged(Bundle properties) { in onPropertiesChanged() method in SweepWatchFaceService.Engine
181 super.onPropertiesChanged(properties); in onPropertiesChanged()
DAnalogWatchFaceService.java214 public void onPropertiesChanged(Bundle properties) { in onPropertiesChanged() method in AnalogWatchFaceService.Engine
215 super.onPropertiesChanged(properties); in onPropertiesChanged()
DFitStepsWatchFaceService.java315 public void onPropertiesChanged(Bundle properties) { in onPropertiesChanged() method in FitStepsWatchFaceService.Engine
316 super.onPropertiesChanged(properties); in onPropertiesChanged()
DFitDistanceWatchFaceService.java320 public void onPropertiesChanged(Bundle properties) { in onPropertiesChanged() method in FitDistanceWatchFaceService.Engine
321 super.onPropertiesChanged(properties); in onPropertiesChanged()
DComplicationSimpleWatchFaceService.java273 public void onPropertiesChanged(Bundle properties) { in onPropertiesChanged() method in ComplicationSimpleWatchFaceService.Engine
274 super.onPropertiesChanged(properties); in onPropertiesChanged()
DDigitalWatchFaceService.java319 public void onPropertiesChanged(Bundle properties) { in onPropertiesChanged() method in DigitalWatchFaceService.Engine
320 super.onPropertiesChanged(properties); in onPropertiesChanged()