OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getLabelWidth
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
TypefaceUtils.java
89
public static float
getLabelWidth
(final String label, final Paint paint) {
/packages/apps/DeskClock/src/com/android/deskclock/timer/
CountingTimerView.java
158
public float
getLabelWidth
() {
191
return drawTime(canvas, time, 0, x, y) +
getLabelWidth
();
209
return drawTime(canvas, time, 0, x +
getLabelWidth
(), y);
256
return drawTime(canvas, time, ii, x, y) +
getLabelWidth
();
Completed in 28 milliseconds