Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMessagingLayoutTransformState.java101 MessagingGroup ownGroup = ownGroups.get(i); in transformViewInternal() local
102 MessagingGroup matchingGroup = pairs.get(ownGroup); in transformViewInternal()
103 if (!isGone(ownGroup)) { in transformViewInternal()
105 transformGroups(ownGroup, matchingGroup, transformationAmount, to); in transformViewInternal()
107 lastPairedGroup = ownGroup; in transformViewInternal()
109 float totalTranslation = ownGroup.getTop() - matchingGroup.getTop(); in transformViewInternal()
113 currentTranslation = ownGroup.getAvatar().getTranslationY(); in transformViewInternal()
119 adaptGroupAppear(ownGroup, transformationAmount, currentTranslation, in transformViewInternal()
121 float newPosition = ownGroup.getTop() + currentTranslation; in transformViewInternal()
125 float fadeStart = -ownGroup.getHeight() * 0.5f; in transformViewInternal()
[all …]