mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-25 16:42:30 -06:00
11 lines
243 B
Java
11 lines
243 B
Java
package androidx.transition;
|
|
|
|
import android.view.View;
|
|
import android.view.ViewGroup;
|
|
|
|
/* loaded from: classes2.dex */
|
|
interface GhostView {
|
|
void reserveEndViewTransition(ViewGroup viewGroup, View view);
|
|
|
|
void setVisibility(int i);
|
|
}
|