Searched refs:mMaxScroll (Results 1 – 2 of 2) sorted by relevance
13258 private float mMaxScroll; field in TextView.Drawables.Marquee13317 if (mScroll > mMaxScroll) { in tick()13318 mScroll = mMaxScroll; in tick()13356 mMaxScroll = mGhostStart + textWidth; in start()
84793 Landroid/widget/TextView$Marquee;->mMaxScroll:F