Searched refs:mEndCallIndex (Results 1 – 2 of 2) sorted by relevance
26 private final int mEndCallIndex; field in GLFrame37 mEndCallIndex = endCallIndex; in GLFrame()49 return mEndCallIndex; in getEndIndex()
71 private int mEndCallIndex; field in DurationMinimap305 if (mCalls == null || mCalls.size() < mEndCallIndex) { in drawCallDurations()312 for (int i = mStartCallIndex; i < mEndCallIndex; i += callUnderScan) { in drawCallDurations()388 mEndCallIndex = endCallIndex; in setCallRangeForCurrentFrame()389 mPositionHelper.updateCallDensity(mEndCallIndex - mStartCallIndex, getClientArea().height); in setCallRangeForCurrentFrame()