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

  /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...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Config.java 55 labelSpec.titleFontSize = r.getDimensionPixelSize(
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetView.java 70 public int titleFontSize;
AlbumSetSlidingWindow.java 525 title, s.titleFontSize, FONT_COLOR_TITLE,
545 y += s.titleFontSize + s.countOffset;

Completed in 69 milliseconds