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

  /developers/build/prebuilts/gradle/Interpolator/Application/tests/src/com/example/android/interpolator/tests/
SampleTests.java 72 final int initialDuration = 750;
81 assertEquals(durationBar.getProgress(), initialDuration);
83 assertEquals(durationLabel.getText().toString(), getActivity().getResources().getString(R.string.animation_duration, initialDuration));
  /developers/samples/android/ui/Interpolator/Application/tests/src/com/example/android/interpolator/tests/
SampleTests.java 72 final int initialDuration = 750;
81 assertEquals(durationBar.getProgress(), initialDuration);
83 assertEquals(durationLabel.getText().toString(), getActivity().getResources().getString(R.string.animation_duration, initialDuration));
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
AbstractCinematicEvent.java 57 protected float initialDuration = 10;
75 * @param initialDuration
77 public AbstractCinematicEvent(float initialDuration) {
78 this.initialDuration = initialDuration;
90 * contruct a cinematic event with the given loopMode and the given initialDuration
91 * @param initialDuration the duration of the event at speed = 1
94 public AbstractCinematicEvent(float initialDuration, LoopMode loopMode) {
95 this.initialDuration = initialDuration;
    [all...]

Completed in 135 milliseconds