12 lines
		
	
	
		
			342 B
		
	
	
	
		
			Java
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			342 B
		
	
	
	
		
			Java
		
	
	
	
	
	
| package androidx.constraintlayout.motion.widget;
 | |
| 
 | |
| import android.view.animation.Interpolator;
 | |
| 
 | |
| /* loaded from: classes.dex */
 | |
| public abstract class MotionInterpolator implements Interpolator {
 | |
|     @Override // android.animation.TimeInterpolator
 | |
|     public abstract float getInterpolation(float v);
 | |
| 
 | |
|     public abstract float getVelocity();
 | |
| }
 |