Searched refs:mScroll (Results 1 – 1 of 1) sorted by relevance
13415 private float mScroll; field in TextView.Drawables.Marquee13466 mScroll += deltaPx; in tick()13467 if (mScroll > mMaxScroll) { in tick()13468 mScroll = mMaxScroll; in tick()13486 mScroll = 0.0f; in resetScroll()13500 mScroll = 0.0f; in start()13521 return mScroll; in getScroll()13529 return mScroll <= mFadeStop; in shouldDrawLeftFade()13533 return mStatus == MARQUEE_RUNNING && mScroll > mGhostStart; in shouldDrawGhost()