HomeSort by relevance Sort by last modified time
    Searched full:textw (Results 1 - 3 of 3) sorted by null

  /packages/experimental/Bummer/src/com/android/dreams/bummer/
BummerView.java 49 final float textw = getMeasuredWidth();
52 final float newx = (float) (Math.random() * (framew - textw));
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
BummerView.java 49 final float textw = getMeasuredWidth();
52 final float newx = (float) (Math.random() * (framew - textw));
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 358 final int textW = (int) sFoldersPaint.measureText(folderString);
359 int width = textW + cellSize + sFoldersLeftPadding;
    [all...]

Completed in 80 milliseconds