Searched refs:mTopMargin (Results 1 – 2 of 2) sorted by relevance
77 protected int mTopMargin; field in AbstractCustomVirtualView106 mTopMargin = getPaddingTop(); in resetCoordinates()119 float y = mTopMargin + mLineLength; in onDraw()158 Log.d(TAG, "onMotion(): y=" + y + ", range=" + mLineLength + ", top=" + mTopMargin); in onMotion()160 int lowerY = mTopMargin; in onMotion()
76 mTopMargin -= distanceY; in onScroll()