画面よりも大きなCanvasで描いた画像をスクロールできますか?スクロールビューで解決できますか?
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<com.abstractargument.CustomView
android:id="@+id/customView"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
</ScrollView>