Searched refs:newTop (Results 1 – 3 of 3) sorted by relevance
161 int newTop = mTop + dir * MATRIX_SIZE; in preflight_adjust() local162 if (newTop < 0) { in preflight_adjust()165 if (newTop + MATRIX_SIZE > mMatrix.length) { in preflight_adjust()
214 int newTop = view.getTop();217 int newHeight = newBottom - newTop;406 int newTop = view.getTop();409 int newHeight = newBottom - newTop;
258 int newTop; in onLayoutChildren() local260 newTop = view.getHeight() * (position - mFirstPosition); in onLayoutChildren()262 newTop = lastVisibleView.getTop() + view.getHeight() * in onLayoutChildren()265 view.offsetTopAndBottom(newTop - view.getTop()); in onLayoutChildren()