如何获取我的viewGroup的滚动滚动内容

时间:2010-12-19 16:45:25

标签: android view

您好 我几乎没有尝试过我的viewGroup的滚动滚动内容,但我失败了 我的代码就像

    maxY = getChildCount() * getChildAt(0).getHeight();
    @Override
    public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX,
            float velocityY) {
        Log.v("log_trace", "Asd50Act.AsdView.onFling()");
        scroller.fling(0, Math.round(e1.getY()), 0, Math.round(velocityY),
                0, 0, 0, maxY);
        invalidate();
        return true;
    }

确定我已经初始化了滚动条& gestureDetector scrollBy()工作正常 任何帮助??

1 个答案:

答案 0 :(得分:0)

然而,您可以与寻求帮助的其他人分享您的想法。以下是它的工作原理:您只需在获取当前x和y值之前直接调用scroller.computeScrollOffset()