Home
last modified time | relevance | path

Searched refs:mGhostStart (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DTextView.java11745 private float mGhostStart; field in TextView.Drawables.Marquee
11840 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()