mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-24 16:12:29 -06:00
12 lines
243 B
Java
12 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);
|
||
|
}
|