Searched refs:mMaxScroll (Results 1 – 2 of 2) sorted by relevance
13229 private float mMaxScroll; field in TextView.Drawables.Marquee13288 if (mScroll > mMaxScroll) { in tick()13289 mScroll = mMaxScroll; in tick()13327 mMaxScroll = mGhostStart + textWidth; in start()
90923 Landroid/widget/TextView$Marquee;->mMaxScroll:F