ADD week 5
This commit is contained in:
		
							
								
								
									
										20
									
								
								02-Easy5/E5/sources/androidx/transition/WindowIdApi14.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								02-Easy5/E5/sources/androidx/transition/WindowIdApi14.java
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | ||||
| package androidx.transition; | ||||
|  | ||||
| import android.os.IBinder; | ||||
|  | ||||
| /* loaded from: classes.dex */ | ||||
| class WindowIdApi14 implements WindowIdImpl { | ||||
|     private final IBinder mToken; | ||||
|  | ||||
|     WindowIdApi14(IBinder iBinder) { | ||||
|         this.mToken = iBinder; | ||||
|     } | ||||
|  | ||||
|     public boolean equals(Object obj) { | ||||
|         return (obj instanceof WindowIdApi14) && ((WindowIdApi14) obj).mToken.equals(this.mToken); | ||||
|     } | ||||
|  | ||||
|     public int hashCode() { | ||||
|         return this.mToken.hashCode(); | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user