mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
37 lines
2.2 KiB
Java
37 lines
2.2 KiB
Java
|
package androidx.compose.ui.input.pointer;
|
||
|
|
||
|
import kotlin.Metadata;
|
||
|
import kotlin.Unit;
|
||
|
import kotlin.jvm.functions.Function1;
|
||
|
|
||
|
/* compiled from: PointerInteropFilter.android.kt */
|
||
|
@Metadata(d1 = {"\u0000\u001c\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0010\u000b\n\u0002\u0010\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0007\b\u0007\u0018\u00002\u000e\u0012\u0004\u0012\u00020\u0002\u0012\u0004\u0012\u00020\u00030\u0001B\u0005¢\u0006\u0002\u0010\u0004J\u0011\u0010\u000b\u001a\u00020\u00032\u0006\u0010\f\u001a\u00020\u0002H\u0096\u0002R\u001c\u0010\u0005\u001a\u0004\u0018\u00010\u0006X\u0080\u000e¢\u0006\u000e\n\u0000\u001a\u0004\b\u0007\u0010\b\"\u0004\b\t\u0010\n¨\u0006\r"}, d2 = {"Landroidx/compose/ui/input/pointer/RequestDisallowInterceptTouchEvent;", "Lkotlin/Function1;", "", "", "()V", "pointerInteropFilter", "Landroidx/compose/ui/input/pointer/PointerInteropFilter;", "getPointerInteropFilter$ui_release", "()Landroidx/compose/ui/input/pointer/PointerInteropFilter;", "setPointerInteropFilter$ui_release", "(Landroidx/compose/ui/input/pointer/PointerInteropFilter;)V", "invoke", "disallowIntercept", "ui_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class RequestDisallowInterceptTouchEvent implements Function1<Boolean, Unit> {
|
||
|
public static final int $stable = 8;
|
||
|
private PointerInteropFilter pointerInteropFilter;
|
||
|
|
||
|
/* renamed from: getPointerInteropFilter$ui_release, reason: from getter */
|
||
|
public final PointerInteropFilter getPointerInteropFilter() {
|
||
|
return this.pointerInteropFilter;
|
||
|
}
|
||
|
|
||
|
public final void setPointerInteropFilter$ui_release(PointerInteropFilter pointerInteropFilter) {
|
||
|
this.pointerInteropFilter = pointerInteropFilter;
|
||
|
}
|
||
|
|
||
|
@Override // kotlin.jvm.functions.Function1
|
||
|
public /* bridge */ /* synthetic */ Unit invoke(Boolean bool) {
|
||
|
invoke(bool.booleanValue());
|
||
|
return Unit.INSTANCE;
|
||
|
}
|
||
|
|
||
|
public void invoke(boolean disallowIntercept) {
|
||
|
PointerInteropFilter pointerInteropFilter = this.pointerInteropFilter;
|
||
|
if (pointerInteropFilter == null) {
|
||
|
return;
|
||
|
}
|
||
|
pointerInteropFilter.setDisallowIntercept$ui_release(disallowIntercept);
|
||
|
}
|
||
|
}
|