ADD week 5
This commit is contained in:
		
							
								
								
									
										16
									
								
								02-Easy5/E5/sources/androidx/transition/PathMotion.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								02-Easy5/E5/sources/androidx/transition/PathMotion.java
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| package androidx.transition; | ||||
|  | ||||
| import android.content.Context; | ||||
| import android.graphics.Path; | ||||
| import android.util.AttributeSet; | ||||
|  | ||||
| /* loaded from: classes.dex */ | ||||
| public abstract class PathMotion { | ||||
|     public abstract Path getPath(float f, float f2, float f3, float f4); | ||||
|  | ||||
|     public PathMotion() { | ||||
|     } | ||||
|  | ||||
|     public PathMotion(Context context, AttributeSet attributeSet) { | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user