Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java13649 private float mGhostStart; field in TextView.Drawables.Marquee
13744 mGhostStart = lineWidth - textWidth + gap; in start()
13745 mMaxScroll = mGhostStart + textWidth; in start()
13748 mMaxFadeScroll = mGhostStart + lineWidth + lineWidth; in start()
13772 return mStatus == MARQUEE_RUNNING && mScroll > mGhostStart; in shouldDrawGhost()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt73684 Landroid/widget/TextView$Marquee;->mGhostStart:F