Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DDurationMinimap.java441 int maxDurationLength, long maxDuration) { in PositionHelper() argument
443 mMaxDurationLength = maxDurationLength; in PositionHelper()
445 mScale = (double) maxDurationLength / maxDuration; in PositionHelper()