Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMessagingLayoutTransformState.java272 int otherIndex = otherMessages.size() - 1 - i; in transformGroups() local
274 if (otherIndex >= 0) { in transformGroups()
275 otherChild = otherMessages.get(otherIndex).getView(); in transformGroups()
/frameworks/base/services/core/java/com/android/server/wm/
DRecentTasks.java1117 int otherIndex = mTasks.indexOf(other); in add() local
1118 if (otherIndex >= 0) { in add()
1124 taskIndex = otherIndex+1; in add()
1128 taskIndex = otherIndex; in add()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java6049 int otherIndex = otherSigningDetails.pastSigningCertificates.length - 1; in mergeLineageWithAncestorOrSelf() local
6050 if (index < 0 || otherIndex < 0) { in mergeLineageWithAncestorOrSelf()
6059 otherSigningDetails.pastSigningCertificates[otherIndex])) { in mergeLineageWithAncestorOrSelf()
6073 otherSigningDetails.pastSigningCertificates[otherIndex--]; in mergeLineageWithAncestorOrSelf()
6081 } while (index >= 0 && otherIndex >= 0 && pastSigningCertificates[index].equals( in mergeLineageWithAncestorOrSelf()
6082 otherSigningDetails.pastSigningCertificates[otherIndex])); in mergeLineageWithAncestorOrSelf()
6086 if (index >= 0 && otherIndex >= 0) { in mergeLineageWithAncestorOrSelf()
6092 while (otherIndex >= 0) { in mergeLineageWithAncestorOrSelf()
6094 otherSigningDetails.pastSigningCertificates[otherIndex--])); in mergeLineageWithAncestorOrSelf()