OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFontHeight
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DurationMinimap.java
89
private int
mFontHeight
;
111
mFontHeight
,
208
mFontHeight
= gc.getFontMetrics().getHeight();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java
92
private int
mFontHeight
= 0;
158
if (
mFontHeight
< 1) {
161
mFontHeight
= fm.getHeight();
163
return
mFontHeight
;
Completed in 151 milliseconds