14 lines
		
	
	
		
			336 B
		
	
	
	
		
			Java
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			336 B
		
	
	
	
		
			Java
		
	
	
	
	
	
| package androidx.appcompat.widget;
 | |
| 
 | |
| import android.graphics.Rect;
 | |
| 
 | |
| /* loaded from: classes.dex */
 | |
| public interface FitWindowsViewGroup {
 | |
| 
 | |
|     public interface OnFitSystemWindowsListener {
 | |
|         void onFitSystemWindows(Rect rect);
 | |
|     }
 | |
| 
 | |
|     void setOnFitSystemWindowsListener(OnFitSystemWindowsListener onFitSystemWindowsListener);
 | |
| }
 |