Searched refs:startTop (Results 1 – 2 of 2) sorted by relevance
370 Integer startTop = mItemIdTopMap.get(itemId); in animateGridView()385 if (startTop != null) { in animateGridView()386 if (startTop != top) { in animateGridView()387 deltaY = startTop - top; in animateGridView()
585 final int startTop = mCapturedView.getTop(); in forceSettleCapturedViewAt() local587 final int dy = finalTop - startTop; in forceSettleCapturedViewAt()597 mScroller.startScroll(startLeft, startTop, dx, dy, duration); in forceSettleCapturedViewAt()598 mFinalScrollY = startTop + dy; in forceSettleCapturedViewAt()