Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/
DMultiAttachmentLayout.java267 attachmentWrapper.prevWidth = transitionRect.width(); in buildViews()
360 viewWrapper.prevWidth = view.getWidth(); in onLayout()
382 final float scaleX = viewWrapper.prevWidth / (float) view.getWidth(); in trySlideAttachmentView()
401 viewWrapper.prevWidth = view.getWidth(); in trySlideAttachmentView()
421 int prevWidth; field in MultiAttachmentLayout.ViewWrapper