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

/frameworks/base/core/java/android/widget/
H A DTextView.java9998 private float mGhostStart; field in class:TextView.Marquee
10093 mGhostStart = lineWidth - textWidth + gap;
10094 mMaxScroll = mGhostStart + textWidth;
10097 mMaxFadeScroll = mGhostStart + lineWidth + lineWidth;
10121 return mStatus == MARQUEE_RUNNING && mScroll > mGhostStart;

Completed in 99 milliseconds