Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DDurationMinimap.java431 private final int mHeaderMargin; field in DurationMinimap.PositionHelper
449 mHeaderMargin = fontHeight * 3; in PositionHelper()
451 mHeaderMargin = 0; in PositionHelper()
469 int y = (callIndex/mNumCallsPerPixel) + TOP_MARGIN + mHeaderMargin; in getDurationBounds()
485 int y = (startCallIndex/mNumCallsPerPixel) + TOP_MARGIN + mHeaderMargin; in getBoundsFramingCalls()