Searched refs:attachmentWrapper (Results 1 – 1 of 1) sorted by relevance
235 ViewWrapper attachmentWrapper = null; in buildViews() local241 attachmentWrapper = previousView; in buildViews()247 if (attachmentWrapper == null) { in buildViews()262 attachmentWrapper = new ViewWrapper(view, attachment); in buildViews()265 attachmentWrapper.prevLeft = transitionRect.left; in buildViews()266 attachmentWrapper.prevTop = transitionRect.top; in buildViews()267 attachmentWrapper.prevWidth = transitionRect.width(); in buildViews()268 attachmentWrapper.prevHeight = transitionRect.height(); in buildViews()272 Assert.notNull(attachmentWrapper); in buildViews()273 mPreviewViews.add(attachmentWrapper); in buildViews()[all …]