Home | History | Annotate | Download | only in interactivechart

Lines Matching refs:scrolledY

753             int scrolledY = (int) (mSurfaceSizeBuffer.y
768 if (canScrollY && scrolledY < 0) {
769 mEdgeEffectTop.onPull(scrolledY / (float) mContentRect.height());
777 if (canScrollY && scrolledY > mSurfaceSizeBuffer.y - mContentRect.height()) {
778 mEdgeEffectBottom.onPull((scrolledY - mSurfaceSizeBuffer.y + mContentRect.height())