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

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumLabelMaker.java 114 mBitmapHeight = mSpec.labelBackgroundHeight + borders;
162 s.labelBackgroundHeight + borders, Config.ARGB_8888);
178 int y = (s.labelBackgroundHeight - s.titleFontSize) / 2;
185 y = (s.labelBackgroundHeight - s.countFontSize) / 2;
193 canvas.translate(s.leftMargin, (s.labelBackgroundHeight -
AlbumSetSlotRenderer.java 54 public int labelBackgroundHeight;
144 int uncoveredHeight = height - mLabelSpec.labelBackgroundHeight;
197 int h = mLabelSpec.labelBackgroundHeight;
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Config.java 58 labelSpec.labelBackgroundHeight = r.getDimensionPixelSize(

Completed in 69 milliseconds