Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DInteractiveWatchFaceService.java59 private int mScreenTextColor = Color.WHITE; field in InteractiveWatchFaceService.Engine
95 mTextPaint.setColor(mScreenTextColor); in onCreate()