Searched refs:mScroll (Results 1 – 1 of 1) sorted by relevance
13222 private float mScroll; field in TextView.Drawables.Marquee13273 mScroll += deltaPx; in tick()13274 if (mScroll > mMaxScroll) { in tick()13275 mScroll = mMaxScroll; in tick()13293 mScroll = 0.0f; in resetScroll()13307 mScroll = 0.0f; in start()13328 return mScroll; in getScroll()13336 return mScroll <= mFadeStop; in shouldDrawLeftFade()13340 return mStatus == MARQUEE_RUNNING && mScroll > mGhostStart; in shouldDrawGhost()