Searched refs:thisIndex (Results 1 – 2 of 2) sorted by relevance
143 void subtract(BaseAppStateDurations otherDurations, int thisIndex, int otherIndex) { in subtract() argument144 if (mEvents.length <= thisIndex || mEvents[thisIndex] == null in subtract()149 + ", thisIndex=" + thisIndex + ", otherIndex=" + otherIndex); in subtract()153 mEvents[thisIndex] = subtract(mEvents[thisIndex], otherDurations.mEvents[otherIndex]); in subtract()
739 int thisIndex = 0; in equals() local741 while (thisIndex < thisSize || thatIndex < thatSize) { in equals()742 InsetsSource thisSource = thisIndex < thisSize in equals()743 ? thisSources.valueAt(thisIndex) in equals()751 thisIndex++; in equals()752 thisSource = thisIndex < thisSize ? thisSources.valueAt(thisIndex) : null; in equals()772 thisIndex++; in equals()