Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DSwtUtils.java24 private static final int MIN_CHAR_WIDTH = 10; field in SwtUtils
31 return Math.max(avgCharWidth, MIN_CHAR_WIDTH); in getApproximateFontWidth()