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.java273 View otherChild = null; in transformGroups() local
275 otherChild = otherMessages.get(otherIndex).getView(); in transformGroups()
276 if (isGone(otherChild)) { in transformGroups()
277 otherChild = null; in transformGroups()
280 if (otherChild == null && previousTranslation < 0) { in transformGroups()
290 int totalTranslation = transformView(messageAmount, to, child, otherChild, in transformGroups()
292 boolean otherIsIsolated = otherGroup.getIsolatedMessage() == otherChild; in transformGroups()
298 if (otherChild == null) { in transformGroups()
307 previousTranslation = otherChild.getTranslationY() - totalTranslation; in transformGroups()