OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/ui/
AlbumLabelMaker.java
54
mTitlePaint = getTextPaint(spec.
titleFontSize
, spec.titleColor, false);
178
int y = (s.labelBackgroundHeight - s.
titleFontSize
) / 2;
AlbumSetSlotRenderer.java
57
public int
titleFontSize
;
/packages/apps/Gallery2/src/com/android/gallery3d/app/
Config.java
64
labelSpec.
titleFontSize
= r.getDimensionPixelSize(
Completed in 574 milliseconds