Home | History | Annotate | Download | only in views

Lines Matching defs:transY

1183             float transY;
1186 transY = mTranslateY;
1189 transY = (mTranslateY / (SNAP_DURATION - delta)) * 10f;
1193 if (Math.abs(transY) > Math.abs(mTranslateY) || transY == Float.NaN) {
1194 transY = mTranslateY;
1198 mHeader.translate(transX, transY);
1200 mTranslateY -= transY;