Searched refs:mGhostStart (Results 1 – 2 of 2) sorted by relevance
15728 private float mGhostStart; field in TextView.Drawables.Marquee15824 mGhostStart = lineWidth - textWidth + gap; in start()15825 mMaxScroll = mGhostStart + textWidth; in start()15828 mMaxFadeScroll = mGhostStart + lineWidth + lineWidth; in start()15852 return mStatus == MARQUEE_RUNNING && mScroll > mGhostStart; in shouldDrawGhost()
70361 Landroid/widget/TextView$Marquee;->mGhostStart:F