Searched refs:mMarquee (Results 1 – 1 of 1) sorted by relevance
484 private Marquee mMarquee; field in TextView5426 if (mMarquee != null && mMarquee.isRunning()) { in onDraw()5427 final float dx = -mMarquee.getScroll(); in onDraw()5441 if (mMarquee != null && mMarquee.shouldDrawGhost()) { in onDraw()5442 final float dx = mMarquee.getGhostOffset(); in onDraw()7518 if ((mMarquee == null || mMarquee.isStopped()) && (isFocused() || isSelected()) && in startMarquee()7531 if (mMarquee == null) mMarquee = new Marquee(this); in startMarquee()7532 mMarquee.start(mMarqueeRepeatLimit); in startMarquee()7537 if (mMarquee != null && !mMarquee.isStopped()) { in stopMarquee()7538 mMarquee.stop(); in stopMarquee()[all …]