Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/
DMultiAttachmentLayout.java234 ViewWrapper attachmentWrapper = null; in buildViews() local
240 attachmentWrapper = previousView; in buildViews()
246 if (attachmentWrapper == null) { in buildViews()
261 attachmentWrapper = new ViewWrapper(view, attachment); 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()
271 Assert.notNull(attachmentWrapper); in buildViews()
272 mPreviewViews.add(attachmentWrapper); in buildViews()
[all …]