Searched refs:mGhostStart (Results 1 – 2 of 2) sorted by relevance
13231 private float mGhostStart; field in TextView.Drawables.Marquee13326 mGhostStart = lineWidth - textWidth + gap; in start()13327 mMaxScroll = mGhostStart + textWidth; in start()13330 mMaxFadeScroll = mGhostStart + lineWidth + lineWidth; in start()13354 return mStatus == MARQUEE_RUNNING && mScroll > mGhostStart; in shouldDrawGhost()
90920 Landroid/widget/TextView$Marquee;->mGhostStart:F