Home
last modified time | relevance | path

Searched refs:newTop (Results 1 – 3 of 3) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixStack.java161 int newTop = mTop + dir * MATRIX_SIZE; in preflight_adjust() local
162 if (newTop < 0) { in preflight_adjust()
165 if (newTop + MATRIX_SIZE > mMatrix.length) { in preflight_adjust()
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
DExpandingListView.java214 int newTop = view.getTop();
217 int newHeight = newBottom - newTop;
406 int newTop = view.getTop();
409 int newHeight = newBottom - newTop;
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPictureInPicture.java96 (v, oldLeft, oldTop, oldRight, oldBottom, newLeft, newTop, newRight, newBottom) -> {