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;
96 (v, oldLeft, oldTop, oldRight, oldBottom, newLeft, newTop, newRight, newBottom) -> {