SetOnTouchListener を使用する必要があります。
LinearLayout cardLinearLayout = FindViewById<LinearLayout> (Resource.Layout.CardList);
cardLinearLayout.SetOnTouchListener (this);//Can't use THIS, must be argument with IOnTouchListener type. Where can I get this argument?
ViewFlipperに使いたい。たぶん他の方法が存在します。