AbstractListView源码分析6
生活随笔
收集整理的這篇文章主要介紹了
AbstractListView源码分析6
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
/**
? ? ?* The position of the view that received the down motion event
? ? ?*/
? ? int mMotionPosition; ?接收到向下移動(dòng)事件的視圖的位置
? ? /**
? ? ?* The offset to the top of the mMotionPosition view when the down motion event was received
? ? ?*/
? ? int mMotionViewOriginalTop; 當(dāng)向下移動(dòng)事件獲得到是這mMotionPosition視圖頭部的距離
? ? /**
? ? ?* The desired offset to the top of the mMotionPosition view after a scroll
? ? ?*/
? ? int mMotionViewNewTop;在一個(gè)滑動(dòng)后期待的偏移距離到mMotionPositon的頭部
? ? /**
? ? ?* The X value associated with the the down motion event
? ? ?*/
? ? int mMotionX; 向下移動(dòng)事件相關(guān)的x的值
? ? /**
? ? ?* The Y value associated with the the down motion event
? ? ?* The position of the view that received the down motion event
? ? ?*/
? ? int mMotionPosition; ?接收到向下移動(dòng)事件的視圖的位置
? ? /**
? ? ?* The offset to the top of the mMotionPosition view when the down motion event was received
? ? ?*/
? ? int mMotionViewOriginalTop; 當(dāng)向下移動(dòng)事件獲得到是這mMotionPosition視圖頭部的距離
? ? /**
? ? ?* The desired offset to the top of the mMotionPosition view after a scroll
? ? ?*/
? ? int mMotionViewNewTop;在一個(gè)滑動(dòng)后期待的偏移距離到mMotionPositon的頭部
? ? /**
? ? ?* The X value associated with the the down motion event
? ? ?*/
? ? int mMotionX; 向下移動(dòng)事件相關(guān)的x的值
? ? /**
? ? ?* The Y value associated with the the down motion event
? ? ?*/
?int mMotionY;向下移動(dòng)事件的y值
總結(jié)
以上是生活随笔為你收集整理的AbstractListView源码分析6的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: AbstractListView源码分析
- 下一篇: AbstractListView源码分析