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

Commit 7672ef04 authored by Jeff Davidson's avatar Jeff Davidson
Browse files

Fix inconsistent package name.

Change-Id: I6dfa0ded4309ae9e3f8ab73d96e6ccb521beb7c4
parent c5d0cd89
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 {