Searched refs:mGhostStart (Results 1 – 2 of 2) sorted by relevance
13649 private float mGhostStart; field in TextView.Drawables.Marquee13744 mGhostStart = lineWidth - textWidth + gap; in start()13745 mMaxScroll = mGhostStart + textWidth; in start()13748 mMaxFadeScroll = mGhostStart + lineWidth + lineWidth; in start()13772 return mStatus == MARQUEE_RUNNING && mScroll > mGhostStart; in shouldDrawGhost()
73684 Landroid/widget/TextView$Marquee;->mGhostStart:F