Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DFitStepsWatchFaceService.java101 private static final String COLON_STRING = ":"; field in FitStepsWatchFaceService.Engine
311 mColonWidth = mColonPaint.measureText(COLON_STRING); in onApplyWindowInsets()
396 canvas.drawText(COLON_STRING, x, mYOffset, mColonPaint); in onDraw()
408 canvas.drawText(COLON_STRING, x, mYOffset, mColonPaint); in onDraw()
DFitDistanceWatchFaceService.java107 private static final String COLON_STRING = ":"; field in FitDistanceWatchFaceService.Engine
316 mColonWidth = mColonPaint.measureText(COLON_STRING); in onApplyWindowInsets()
395 canvas.drawText(COLON_STRING, x, mYOffset, mColonPaint); in onDraw()
407 canvas.drawText(COLON_STRING, x, mYOffset, mColonPaint); in onDraw()
DDigitalWatchFaceService.java90 static final String COLON_STRING = ":"; field in DigitalWatchFaceService.Engine
315 mColonWidth = mColonPaint.measureText(COLON_STRING); in onApplyWindowInsets()
481 canvas.drawText(COLON_STRING, x, mYOffset, mColonPaint); in onDraw()
494 canvas.drawText(COLON_STRING, x, mYOffset, mColonPaint); in onDraw()