Searched refs:labelBackgroundHeight (Results 1 – 3 of 3) sorted by relevance
114 mBitmapHeight = mSpec.labelBackgroundHeight + borders; in setLabelWidth()162 s.labelBackgroundHeight + borders, Config.ARGB_8888); in run()178 int y = (s.labelBackgroundHeight - s.titleFontSize) / 2; in run()185 y = (s.labelBackgroundHeight - s.countFontSize) / 2; in run()193 canvas.translate(s.leftMargin, (s.labelBackgroundHeight - in run()
54 public int labelBackgroundHeight; field in AlbumSetSlotRenderer.LabelSpec144 int uncoveredHeight = height - mLabelSpec.labelBackgroundHeight; in renderOverlay()197 int h = mLabelSpec.labelBackgroundHeight; in renderLabel()
58 labelSpec.labelBackgroundHeight = r.getDimensionPixelSize( in AlbumSetPage()