Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/
DMultiAttachmentLayout.java265 attachmentWrapper.prevTop = transitionRect.top; in buildViews()
354 viewWrapper.prevTop = view.getTop(); in onLayout()
376 final int yOffset = viewWrapper.prevTop - view.getTop(); in trySlideAttachmentView()
395 viewWrapper.prevTop = view.getTop(); in trySlideAttachmentView()
415 int prevTop; field in MultiAttachmentLayout.ViewWrapper
/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DPopupTransitionAnimation.java235 final int prevTop = mDestRect.top; in computeDestRect() local
241 mDestRect.top = prevTop; in computeDestRect()