Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DDurationMinimap.java461 public Rectangle getDurationBounds(int callIndex, int context, long duration) { in getDurationBounds() argument
469 int y = (callIndex/mNumCallsPerPixel) + TOP_MARGIN + mHeaderMargin; in getDurationBounds()