Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
DGLFrame.java34 public GLFrame(int frameIndex, int startCallIndex, int endCallIndex) { in GLFrame() argument
37 mEndCallIndex = endCallIndex; in GLFrame()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DDurationMinimap.java386 public void setCallRangeForCurrentFrame(int startCallIndex, int endCallIndex) { in setCallRangeForCurrentFrame() argument
388 mEndCallIndex = endCallIndex; in setCallRangeForCurrentFrame()
481 public Rectangle getBoundsFramingCalls(int startCallIndex, int endCallIndex) { in getBoundsFramingCalls() argument
482 if (startCallIndex >= 0 && endCallIndex >= startCallIndex in getBoundsFramingCalls()
483 && endCallIndex <= mCallCount) { in getBoundsFramingCalls()
487 int h = (endCallIndex - startCallIndex)/mNumCallsPerPixel; in getBoundsFramingCalls()
DGLFunctionTraceViewer.java425 private void refreshTree(int startCallIndex, int endCallIndex, int contextToDisplay) { in refreshTree() argument
427 startCallIndex, endCallIndex, in refreshTree()