OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeTextWidthForConfig
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery3D/src/com/cooliris/media/
StringTexture.java
42
public static int
computeTextWidthForConfig
(String string, Config config) {
43
return
computeTextWidthForConfig
(config.fontSize, config.bold ? Typeface.DEFAULT_BOLD : Typeface.DEFAULT, string);
46
public static int
computeTextWidthForConfig
(float textSize, Typeface typeface, String string) {
MenuBar.java
408
menu.titleWidth = StringTexture.
computeTextWidthForConfig
(menu.title, menu.config); // (int)menus[i].title.computeTextWidth();
509
width += StringTexture.
computeTextWidthForConfig
(title, config);// title.computeTextWidth();
Completed in 573 milliseconds