ADD week 5
This commit is contained in:
		| @@ -0,0 +1,15 @@ | ||||
| package androidx.recyclerview.widget; | ||||
|  | ||||
| import android.graphics.Canvas; | ||||
| import android.view.View; | ||||
|  | ||||
| /* loaded from: classes.dex */ | ||||
| public interface ItemTouchUIUtil { | ||||
|     void clearView(View view); | ||||
|  | ||||
|     void onDraw(Canvas canvas, RecyclerView recyclerView, View view, float f, float f2, int i, boolean z); | ||||
|  | ||||
|     void onDrawOver(Canvas canvas, RecyclerView recyclerView, View view, float f, float f2, int i, boolean z); | ||||
|  | ||||
|     void onSelected(View view); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user