mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
28 lines
1.2 KiB
Java
28 lines
1.2 KiB
Java
|
package androidx.compose.foundation.text.selection;
|
||
|
|
||
|
import androidx.compose.foundation.text.StringHelpersKt;
|
||
|
import androidx.compose.ui.text.TextRange;
|
||
|
import kotlin.Metadata;
|
||
|
import kotlin.jvm.functions.Function1;
|
||
|
import kotlin.jvm.internal.FunctionReferenceImpl;
|
||
|
|
||
|
/* compiled from: SelectionAdjustment.kt */
|
||
|
@Metadata(k = 3, mv = {1, 8, 0}, xi = 48)
|
||
|
/* loaded from: classes.dex */
|
||
|
/* synthetic */ class SelectionAdjustment$Companion$Paragraph$1$adjust$boundaryFun$1 extends FunctionReferenceImpl implements Function1<Integer, TextRange> {
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public SelectionAdjustment$Companion$Paragraph$1$adjust$boundaryFun$1(Object obj) {
|
||
|
super(1, obj, StringHelpersKt.class, "getParagraphBoundary", "getParagraphBoundary(Ljava/lang/CharSequence;I)J", 1);
|
||
|
}
|
||
|
|
||
|
@Override // kotlin.jvm.functions.Function1
|
||
|
public /* bridge */ /* synthetic */ TextRange invoke(Integer num) {
|
||
|
return TextRange.m4402boximpl(m898invokejx7JFs(num.intValue()));
|
||
|
}
|
||
|
|
||
|
/* renamed from: invoke--jx7JFs, reason: not valid java name */
|
||
|
public final long m898invokejx7JFs(int i) {
|
||
|
return StringHelpersKt.getParagraphBoundary((CharSequence) this.receiver, i);
|
||
|
}
|
||
|
}
|