Searched refs:mMaxScroll (Results 1 – 1 of 1) sorted by relevance
13215 private float mMaxScroll; field in TextView.Drawables.Marquee13274 if (mScroll > mMaxScroll) { in tick()13275 mScroll = mMaxScroll; in tick()13313 mMaxScroll = mGhostStart + textWidth; in start()