Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DCalendarWatchFaceService.java61 static final int TEXT_SIZE = 25; field in CalendarWatchFaceService.Engine
120 mTextPaint.setTextSize(TEXT_SIZE); in onCreate()