Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
H A DGridTouchVerticalSpacingTest.java109 int prevTop; in testManyScrolls() local
112 prevTop = firstTop; in testManyScrolls()
120 } while ((prevId != firstId) || (prevTop != firstTop)); in testManyScrolls()
131 prevTop = firstTop; in testManyScrolls()
139 } while ((prevId != firstId) || (prevTop != firstTop)); in testManyScrolls()
H A DGridTouchVerticalSpacingStackFromBottomTest.java127 int prevTop; in testManyScrolls() local
130 prevTop = firstTop; in testManyScrolls()
138 } while ((prevId != firstId) || (prevTop != firstTop)); in testManyScrolls()
148 prevTop = firstTop; in testManyScrolls()
156 } while ((prevId != firstId) || (prevTop != firstTop)); in testManyScrolls()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DMultiAttachmentLayout.java266 attachmentWrapper.prevTop = transitionRect.top; in buildViews()
359 viewWrapper.prevTop = view.getTop(); in onLayout()
381 final int yOffset = viewWrapper.prevTop - view.getTop(); in trySlideAttachmentView()
400 viewWrapper.prevTop = view.getTop(); in trySlideAttachmentView()
420 int prevTop; field in MultiAttachmentLayout.ViewWrapper
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/animation/
H A DPopupTransitionAnimation.java235 final int prevTop = mDestRect.top; in computeDestRect() local
241 mDestRect.top = prevTop; in computeDestRect()