Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java15728 private float mGhostStart; field in TextView.Drawables.Marquee
15824 mGhostStart = lineWidth - textWidth + gap; in start()
15825 mMaxScroll = mGhostStart + textWidth; in start()
15828 mMaxFadeScroll = mGhostStart + lineWidth + lineWidth; in start()
15852 return mStatus == MARQUEE_RUNNING && mScroll > mGhostStart; in shouldDrawGhost()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt70361 Landroid/widget/TextView$Marquee;->mGhostStart:F