mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
14 lines
348 B
Java
14 lines
348 B
Java
package com.google.android.material.motion;
|
|
|
|
import androidx.activity.BackEventCompat;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface MaterialBackHandler {
|
|
void cancelBackProgress();
|
|
|
|
void handleBackInvoked();
|
|
|
|
void startBackProgress(BackEventCompat backEventCompat);
|
|
|
|
void updateBackProgress(BackEventCompat backEventCompat);
|
|
}
|