ADD week 5
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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);
|
||||
}
|
||||
Reference in New Issue
Block a user