HomeSort by relevance Sort by last modified time
    Searched refs:keyFrame (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/animation/src/android/animation/cts/
KeyframeTest.java 22 import android.animation.Keyframe;
36 Keyframe keyFrame = Keyframe.ofInt(0.0f);
37 float fraction = keyFrame.getFraction();
43 Keyframe keyFrame = Keyframe.ofInt(0.0f);
44 keyFrame.setFraction(0.5f);
45 float fraction = keyFrame.getFraction()
    [all...]
  /hardware/interfaces/media/omx/1.0/vts/functional/audio/
VtsHalMediaOmxV1_0TargetAudioDecTest.cpp     [all...]
  /hardware/interfaces/media/omx/1.0/vts/functional/video/
VtsHalMediaOmxV1_0TargetVideoDecTest.cpp     [all...]

Completed in 243 milliseconds