Searched refs:COLON_STRING (Results 1 – 3 of 3) sorted by relevance
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
D | FitStepsWatchFaceService.java | 101 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()
|
D | FitDistanceWatchFaceService.java | 107 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()
|
D | DigitalWatchFaceService.java | 90 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()
|