Home | History | Annotate | Download | only in views

Lines Matching refs:transY

1383             float transY;
1386 transY = mTranslateY;
1389 transY = (mTranslateY / (SNAP_DURATION - delta)) * 10f;
1393 if (Math.abs(transY) > Math.abs(mTranslateY) || Float.isNaN(transY)) {
1394 transY = mTranslateY;
1398 mHeader.translate(transX, transY);
1400 mTranslateY -= transY;