Searched refs:transitionRect (Results 1 – 2 of 2) sorted by relevance
164 final Rect transitionRect, final int count) { in bindAttachments() argument171 buildViews(attachments, previousViews, transitionRect); in bindAttachments()227 final ArrayList<ViewWrapper> previousViews, final Rect transitionRect) { in buildViews() argument263 if (count == 2 && i == 1 && transitionRect != null) { in buildViews()264 attachmentWrapper.prevLeft = transitionRect.left; in buildViews()265 attachmentWrapper.prevTop = transitionRect.top; in buildViews()266 attachmentWrapper.prevWidth = transitionRect.width(); in buildViews()267 attachmentWrapper.prevHeight = transitionRect.height(); in buildViews()
215 Rect transitionRect = null; in onAttachmentsChanged() local224 transitionRect = new Rect(firstChild.getLeft(), firstChild.getTop(), in onAttachmentsChanged()231 multiAttachmentLayout.bindAttachments(combinedAttachments, transitionRect, in onAttachmentsChanged()