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

/frameworks/base/core/java/android/widget/
H A DTextView.java12351 private float mGhostStart; field in class:TextView.Marquee
12446 mGhostStart = lineWidth - textWidth + gap;
12447 mMaxScroll = mGhostStart + textWidth;
12450 mMaxFadeScroll = mGhostStart + lineWidth + lineWidth;
12474 return mStatus == MARQUEE_RUNNING && mScroll > mGhostStart;

Completed in 60 milliseconds