Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMessagingLayoutTransformState.java102 MessagingGroup matchingGroup = pairs.get(ownGroup); in transformViewInternal() local
104 if (matchingGroup != null) { in transformViewInternal()
105 transformGroups(ownGroup, matchingGroup, transformationAmount, to); in transformViewInternal()
109 float totalTranslation = ownGroup.getTop() - matchingGroup.getTop(); in transformViewInternal()
110 currentTranslation = matchingGroup.getAvatar().getTranslationY() in transformViewInternal()