Home | History | Annotate | Download | only in view

Lines Matching defs:yoff

1424                             int yoff;
1428 yoff = mScroller.getCurrY();
1431 yoff = mScrollY;
1434 layerCanvas.translate(0, -yoff);
2104 int yoff;
2107 yoff = mScroller.getCurrY();
2109 yoff = mScrollY;
2111 if (mCurScrollY != yoff) {
2112 mCurScrollY = yoff;
2165 mHardwareYOffset = yoff;
2177 } else if (!drawSoftware(surface, attachInfo, yoff, scalingRequired, dirty)) {
2191 private boolean drawSoftware(Surface surface, AttachInfo attachInfo, int yoff,
2258 if (!canvas.isOpaque() || yoff != 0) {
2274 canvas.translate(0, -yoff);
3326 final float yOff = y.collect(event.getY(), event.getEventTime(), "Y");
3337 if (xOff > yOff) {
3345 } else if (yOff > 0) {