jimu-decompiled/sources/com/unity3d/player/GoogleVrApi.java
2025-05-13 19:24:51 +02:00

28 lines
559 B
Java

package com.unity3d.player;
import java.util.concurrent.atomic.AtomicReference;
/* loaded from: classes2.dex */
public class GoogleVrApi {
private static AtomicReference a = new AtomicReference();
private GoogleVrApi() {
}
static void a() {
a.set(null);
}
static void a(f fVar) {
a.compareAndSet(null, new GoogleVrProxy(fVar));
}
static GoogleVrProxy b() {
return (GoogleVrProxy) a.get();
}
public static GoogleVrVideo getGoogleVrVideo() {
return (GoogleVrVideo) a.get();
}
}