Searched refs:otherSize (Results 1 – 3 of 3) sorted by relevance
2169 int otherSize = other.size(); in visitList() local2170 if (size > 0 && otherSize > 0) { in visitList()2172 mine = mine.mutableCopyWithCapacity(size + otherSize); in visitList()2183 int otherSize = other.size(); in visitBooleanList() local2184 if (size > 0 && otherSize > 0) { in visitBooleanList()2186 mine = mine.mutableCopyWithCapacity(size + otherSize); in visitBooleanList()2197 int otherSize = other.size(); in visitIntList() local2198 if (size > 0 && otherSize > 0) { in visitIntList()2200 mine = mine.mutableCopyWithCapacity(size + otherSize); in visitIntList()2211 int otherSize = other.size(); in visitDoubleList() local[all …]
117 final int otherSize = mMeasureOrderOther.size(); in onMeasure() local125 if (i < otherSize) { in onMeasure()128 c = mMeasureOrderTextViews.get(i - otherSize).second; in onMeasure()
4134 final int otherSize = other.size(); in merge() local4135 for (int i = 0; i < otherSize; i++) { in merge()