Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DDurationMinimap.java438 private int mNumCallsPerPixel = 1; field in DurationMinimap.PositionHelper
469 int y = (callIndex/mNumCallsPerPixel) + TOP_MARGIN + mHeaderMargin; in getDurationBounds()
485 int y = (startCallIndex/mNumCallsPerPixel) + TOP_MARGIN + mHeaderMargin; in getBoundsFramingCalls()
487 int h = (endCallIndex - startCallIndex)/mNumCallsPerPixel; in getBoundsFramingCalls()
508 mNumCallsPerPixel = (callCount / displayHeight) + 1; in updateCallDensity()
514 return mNumCallsPerPixel; in getCallUnderScanValue()
524 return (y - displayBounds.y) * mNumCallsPerPixel; in getCallAt()