- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
11 lines
351 B
Java
11 lines
351 B
Java
package androidx.core.view;
|
|
|
|
import android.view.ContentInfo;
|
|
|
|
/* loaded from: classes.dex */
|
|
public abstract /* synthetic */ class ContentInfoCompat$BuilderCompat31Impl$$ExternalSyntheticApiModelOutline7 {
|
|
public static /* synthetic */ ContentInfo.Builder m(ContentInfo contentInfo) {
|
|
return new ContentInfo.Builder(contentInfo);
|
|
}
|
|
}
|