Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc3376f1 authored by Jeff Davidson's avatar Jeff Davidson Committed by Android (Google) Code Review
Browse files

Merge "Fix inconsistent package name."

parents 1326cfbd 7672ef04
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -14,14 +14,12 @@
 * limitations under the License.
 */

package com.android.frameworktest.view;
package android.view;

import junit.framework.Assert;

import android.test.InstrumentationTestCase;
import android.test.suitebuilder.annotation.MediumTest;
import android.view.MotionEvent;
import android.view.VelocityTracker;
import android.view.animation.AccelerateInterpolator;
import android.view.animation.DecelerateInterpolator;
import android.view.animation.Interpolator;
@@ -30,7 +28,7 @@ import android.view.animation.LinearInterpolator;
/**
 * Exercises {@link android.view.VelocityTracker} to compute correct velocity.<br>
 * To launch this test, use :<br>
 * <code>./development/testrunner/runtest.py framework -c com.android.frameworktest.view.VelocityTest</code>
 * <code>./development/testrunner/runtest.py framework -c android.view.VelocityTest</code>
 */
public class VelocityTest extends InstrumentationTestCase {