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.java103 MessagingGroup ownGroup = ownGroups.get(i); in transformViewInternal() local
104 MessagingGroup matchingGroup = pairs.get(ownGroup); in transformViewInternal()
105 if (!isGone(ownGroup)) { in transformViewInternal()
107 int totalTranslation = transformGroups(ownGroup, matchingGroup, in transformViewInternal()
110 lastPairedGroup = ownGroup; in transformViewInternal()
115 currentTranslation = ownGroup.getAvatar().getTranslationY(); in transformViewInternal()
121 adaptGroupAppear(ownGroup, transformationAmount, currentTranslation, in transformViewInternal()
123 float newPosition = ownGroup.getTop() + currentTranslation; in transformViewInternal()
127 float fadeStart = -ownGroup.getHeight() * 0.5f; in transformViewInternal()
131 float fadeStart = -ownGroup.getHeight() * 0.75f; in transformViewInternal()
[all …]