Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DIllustrationVideoView.java207 protected boolean shouldLoop() { in shouldLoop() method in IllustrationVideoView
304 mp.setLooping(shouldLoop()); in onPrepared()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp1171 bool shouldLoop = doThreadLoop() && !mBootAnimation->mTimeIsAccurate in threadLoop() local
1173 if (!shouldLoop) { in threadLoop()
1177 return shouldLoop; in threadLoop()