Home | History | Annotate | Download | only in view

Lines Matching refs:offsetY

1808         final float offsetY = mScrollY - child.mTop;
1813 transformedEvent.offsetLocation(offsetX, offsetY);
1818 event.offsetLocation(offsetX, offsetY);
1820 event.offsetLocation(-offsetX, -offsetY);
2208 final float offsetY = mScrollY - child.mTop;
2209 event.offsetLocation(offsetX, offsetY);
2213 event.offsetLocation(-offsetX, -offsetY);
2227 final float offsetY = mScrollY - child.mTop;
2228 transformedEvent.offsetLocation(offsetX, offsetY);