Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMessagingLayoutTransformState.java249 View otherChild = null; in transformGroups() local
251 otherChild = otherMessages.get(otherIndex).getView(); in transformGroups()
252 if (isGone(otherChild)) { in transformGroups()
253 otherChild = null; in transformGroups()
256 if (otherChild == null && previousTranslation < 0) { in transformGroups()
266 transformView(transformationAmount, to, child, otherChild, false, /* sameAsAny */ in transformGroups()
268 boolean otherIsIsolated = otherGroup.getIsolatedMessage() == otherChild; in transformGroups()
272 if (otherChild == null) { in transformGroups()
279 - otherChild.getTop() - otherChild.getTop(); in transformGroups()
280 previousTranslation = otherChild.getTranslationY() - totalTranslation; in transformGroups()