Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java5427 final float dx = -mMarquee.getScroll(); in onDraw()
8086 final float scroll = marquee.getScroll(); in getLeftFadingEdgeStrength()
8124 final float scroll = marquee.getScroll(); in getRightFadingEdgeStrength()
9426 float getScroll() { in getScroll() method in TextView.Marquee