Home
last modified time | relevance | path

Searched refs:otherSize (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DGeneratedMessageLite.java2169 int otherSize = other.size(); in visitList() local
2170 if (size > 0 && otherSize > 0) { in visitList()
2172 mine = mine.mutableCopyWithCapacity(size + otherSize); in visitList()
2183 int otherSize = other.size(); in visitBooleanList() local
2184 if (size > 0 && otherSize > 0) { in visitBooleanList()
2186 mine = mine.mutableCopyWithCapacity(size + otherSize); in visitBooleanList()
2197 int otherSize = other.size(); in visitIntList() local
2198 if (size > 0 && otherSize > 0) { in visitIntList()
2200 mine = mine.mutableCopyWithCapacity(size + otherSize); in visitIntList()
2211 int otherSize = other.size(); in visitDoubleList() local
[all …]
/frameworks/base/core/java/com/android/internal/widget/
DNotificationActionListLayout.java117 final int otherSize = mMeasureOrderOther.size(); in onMeasure() local
125 if (i < otherSize) { in onMeasure()
128 c = mMeasureOrderTextViews.get(i - otherSize).second; in onMeasure()
/frameworks/base/core/java/android/app/
DAppOpsManager.java4134 final int otherSize = other.size(); in merge() local
4135 for (int i = 0; i < otherSize; i++) { in merge()