Searched refs:mGhostStart (Results 1 – 1 of 1) sorted by relevance
11745 private float mGhostStart; field in TextView.Drawables.Marquee11840 mGhostStart = lineWidth - textWidth + gap; in start()11841 mMaxScroll = mGhostStart + textWidth; in start()11844 mMaxFadeScroll = mGhostStart + lineWidth + lineWidth; in start()11868 return mStatus == MARQUEE_RUNNING && mScroll > mGhostStart; in shouldDrawGhost()