Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowView.java443 private AnimationRunner animationRunner; field in ShadowView
458 if (animationRunner != null) { in start()
459 choreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, animationRunner, null); in start()
461 animationRunner = this; in start()
486 animationRunner = null; in run()