OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 89 milliseconds