Home | History | Annotate | Download | only in interactivechart

Lines Matching refs:scrolledX

750             int scrolledX = (int) (mSurfaceSizeBuffer.x
764 if (canScrollX && scrolledX < 0) {
765 mEdgeEffectLeft.onPull(scrolledX / (float) mContentRect.width());
772 if (canScrollX && scrolledX > mSurfaceSizeBuffer.x - mContentRect.width()) {
773 mEdgeEffectRight.onPull((scrolledX - mSurfaceSizeBuffer.x + mContentRect.width())