Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DCalendarWatchFaceService.java68 int mLayoutWidth; field in CalendarWatchFaceService.Engine
135 if (mLayout == null || mLayoutWidth != bounds.width()) { in onDraw()
136 mLayoutWidth = bounds.width(); in onDraw()
137 mLayout = new DynamicLayout(mEditable, mTextPaint, mLayoutWidth, in onDraw()