Home | History | Annotate | Download | only in view

Lines Matching refs:yoff

1452                             int yoff;
1456 yoff = mScroller.getCurrY();
1459 yoff = mScrollY;
1462 layerCanvas.translate(0, -yoff);
2298 int yoff;
2301 yoff = mScroller.getCurrY();
2303 yoff = mScrollY;
2305 if (mCurScrollY != yoff) {
2306 mCurScrollY = yoff;
2361 mHardwareYOffset = yoff;
2395 if (!drawSoftware(surface, attachInfo, yoff, scalingRequired, dirty)) {
2410 private boolean drawSoftware(Surface surface, AttachInfo attachInfo, int yoff,
2459 if (!canvas.isOpaque() || yoff != 0) {
2475 canvas.translate(0, -yoff);
4011 final float yOff = mY.collect(event.getY(), event.getEventTime(), "Y");
4022 if (xOff > yOff) {
4030 } else if (yOff > 0) {