Searched refs:ownGroup (Results 1 – 1 of 1) sorted by relevance
103 MessagingGroup ownGroup = ownGroups.get(i); in transformViewInternal() local104 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 …]