Searched refs:textWidth (Results 1 – 3 of 3) sorted by relevance
197 int textWidth = Math.min(mStrikeWidth,measuredTextWidth); in add() local202 int width = Math.max(minWidth, textWidth + padWidth); in add()207 int centerOffsetWidth = (effectiveTextWidth - textWidth) / 2; in add()
183 float textWidth = paint.measureText(suggestion); in onDraw() local184 final int wordWidth = (int) textWidth + X_GAP * 2; in onDraw()
601 double textWidth = in drawComplications() local610 complicationsX = (int) ((mWidth / 2) - textWidth) / 2; in drawComplications()613 int offset = (int) ((mWidth / 2) - textWidth) / 2; in drawComplications()