Home
last modified time | relevance | path

Searched refs:mFontHeight (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DDurationMinimap.java89 private int mFontHeight; field in DurationMinimap
111 mFontHeight, in DurationMinimap()
208 mFontHeight = gc.getFontMetrics().getHeight(); in initializeFonts()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGCWrapper.java92 private int mFontHeight = 0; field in GCWrapper
158 if (mFontHeight < 1) { in getFontHeight()
161 mFontHeight = fm.getHeight(); in getFontHeight()
163 return mFontHeight; in getFontHeight()