Home
last modified time | relevance | path

Searched defs:playTime (Results 1 – 7 of 7) sorted by relevance

/frameworks/support/media/src/androidTest/java/androidx/media/
DMediaPlayer2TestBase.java458 protected void playLiveVideoTest(String path, int playTime) throws Exception { in playLiveVideoTest()
462 protected void playLiveAudioOnlyTest(String path, int playTime) throws Exception { in playLiveAudioOnlyTest()
470 protected void playVideoWithRetries(String path, Integer width, Integer height, int playTime) in playVideoWithRetries()
500 int playTime) throws Exception { in playLiveVideoTest()
506 Integer width, Integer height, int playTime) throws Exception { in playVideoWithRetries()
537 protected void playLoadedVideo(final Integer width, final Integer height, int playTime) in playLoadedVideo()
DMediaPlayer2Test.java1188 int playTime = 4000; // The testing clip is about 10 second long. in testGetTimestamp() local
/frameworks/base/libs/hwui/
DPropertyValuesAnimatorSet.cpp70 void PropertyValuesAnimatorSet::onPlayTimeChanged(nsecs_t playTime) { in onPlayTimeChanged()
144 void PropertyAnimator::setCurrentPlayTime(nsecs_t playTime) { in setCurrentPlayTime()
DAnimator.h135 virtual void onPlayTimeChanged(nsecs_t playTime) {} in onPlayTimeChanged()
DAnimator.cpp265 bool BaseRenderNodeAnimator::updatePlayTime(nsecs_t playTime) { in updatePlayTime()
/frameworks/base/core/java/android/animation/
DTimeAnimator.java51 public void setCurrentPlayTime(long playTime) { in setCurrentPlayTime()
DValueAnimator.java635 public void setCurrentPlayTime(long playTime) { in setCurrentPlayTime()