Searched refs:mLineLength (Results 1 – 1 of 1) sorted by relevance
81 private int mLineLength; field in AbstractCustomVirtualView108 mLineLength = mTextHeight + VERTICAL_GAP; in resetCoordinates()119 float y = mTopMargin + mLineLength; in onDraw()132 line.mBounds.set((int) x, (int) (y - mLineLength), in onDraw()136 y += mLineLength; in onDraw()158 Log.d(TAG, "onMotion(): y=" + y + ", range=" + mLineLength + ", top=" + mTopMargin); in onMotion()164 upperY = lowerY + mLineLength; in onMotion()177 lowerY += mLineLength; in onMotion()