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