Searched refs:mGhostStart (Results 1 – 1 of 1) sorted by relevance
13217 private float mGhostStart; field in TextView.Drawables.Marquee13312 mGhostStart = lineWidth - textWidth + gap; in start()13313 mMaxScroll = mGhostStart + textWidth; in start()13316 mMaxFadeScroll = mGhostStart + lineWidth + lineWidth; in start()13340 return mStatus == MARQUEE_RUNNING && mScroll > mGhostStart; in shouldDrawGhost()