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

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetSlotRenderer.java 57 public int titleFontSize;
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
ImageUtils.java 315 final int titleFontSize = height / 12;
316 final int maxWidth = width - (2 * INSET) - (2 * titleFontSize);
319 p.setTextSize(titleFontSize);
326 p.setTextSize(titleFontSize - 6);
357 final int titleFontSize = height / 12;
358 final int maxWidth = width - (2 * INSET) - (2 * titleFontSize);
361 p.setTextSize(titleFontSize);
368 p.setTextSize(titleFontSize - 6);
436 final int titleFontSize = height / 4;
437 final int maxWidth = width - (2 * INSET) - (2 * titleFontSize);
    [all...]

Completed in 108 milliseconds