HomeSort by relevance Sort by last modified time
    Searched full:lastcallindex (Results 1 - 1 of 1) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 306 int lastCallIndex = mTrace.getFrame(frame).getEndIndex() - 1;
307 if (lastCallIndex >= 0 && lastCallIndex < mTrace.getGLCalls().size()) {
308 GLCall call = mTrace.getGLCalls().get(lastCallIndex);

Completed in 70 milliseconds