Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DDigitalWatchFaceService.java364 public void setInteractiveUpdateRateMs(long updateRateMs) { in setInteractiveUpdateRateMs() argument
365 if (updateRateMs == mInteractiveUpdateRateMs) { in setInteractiveUpdateRateMs()
368 mInteractiveUpdateRateMs = updateRateMs; in setInteractiveUpdateRateMs()