HomeSort by relevance Sort by last modified time
    Searched defs:getLabelWidth (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
TypefaceUtils.java 86 public static float getLabelWidth(final String label, final Paint paint) {
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
CountingTimerView.java 148 public float getLabelWidth() {
168 return x + getLabelWidth();
182 return drawTime(canvas, time, 0, x + getLabelWidth(), y);
228 return x + getLabelWidth();
410 float fixedWidths = mBigHours.getLabelWidth() + mBigMinutes.getLabelWidth()
411 + mBigThinSeconds.getLabelWidth() + mMedHundredths.getLabelWidth();

Completed in 63 milliseconds