Home | History | Annotate | Download | only in view

Lines Matching defs:offsetY

1583         final float offsetY = mScrollY - child.mTop;
1588 transformedEvent.offsetLocation(offsetX, offsetY);
1593 event.offsetLocation(offsetX, offsetY);
1595 event.offsetLocation(-offsetX, -offsetY);
1954 final float offsetY = mScrollY - child.mTop;
1955 event.offsetLocation(offsetX, offsetY);
1959 event.offsetLocation(-offsetX, -offsetY);
1973 final float offsetY = mScrollY - child.mTop;
1974 transformedEvent.offsetLocation(offsetX, offsetY);