Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DLabelMaker.java197 int textWidth = Math.min(mStrikeWidth,measuredTextWidth); in add() local
202 int width = Math.max(minWidth, textWidth + padWidth); in add()
207 int centerOffsetWidth = (effectiveTextWidth - textWidth) / 2; in add()
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DCandidateView.java183 float textWidth = paint.measureText(suggestion); in onDraw() local
184 final int wordWidth = (int) textWidth + X_GAP * 2; in onDraw()
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DComplicationSimpleWatchFaceService.java601 double textWidth = in drawComplications() local
610 complicationsX = (int) ((mWidth / 2) - textWidth) / 2; in drawComplications()
613 int offset = (int) ((mWidth / 2) - textWidth) / 2; in drawComplications()