OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mEndCallIndex
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLFrame.java
26
private final int
mEndCallIndex
;
37
mEndCallIndex
= endCallIndex;
49
return
mEndCallIndex
;
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DurationMinimap.java
71
private int
mEndCallIndex
;
305
if (mCalls == null || mCalls.size() <
mEndCallIndex
) {
312
for (int i = mStartCallIndex; i <
mEndCallIndex
; i += callUnderScan) {
388
mEndCallIndex
= endCallIndex;
389
mPositionHelper.updateCallDensity(
mEndCallIndex
- mStartCallIndex, getClientArea().height);
Completed in 73 milliseconds