15 lines
		
	
	
		
			347 B
		
	
	
	
		
			Java
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			347 B
		
	
	
	
		
			Java
		
	
	
	
	
	
| package com.google.android.material.motion;
 | |
| 
 | |
| import androidx.activity.BackEventCompat;
 | |
| 
 | |
| /* loaded from: classes.dex */
 | |
| public interface MaterialBackHandler {
 | |
|     void cancelBackProgress();
 | |
| 
 | |
|     void handleBackInvoked();
 | |
| 
 | |
|     void startBackProgress(BackEventCompat backEventCompat);
 | |
| 
 | |
|     void updateBackProgress(BackEventCompat backEventCompat);
 | |
| }
 |