discord-jadx/app/src/main/java/com/discord/utilities/views/ContentResizingCoordinatorL...

21 lines
985 B
Java

package com.discord.utilities.views;
import com.google.android.material.appbar.AppBarLayout;
import d0.z.d.q;
/* compiled from: ContentResizingCoordinatorLayout.kt */
public final /* synthetic */ class ContentResizingCoordinatorLayout$onMeasure$1 extends q {
public ContentResizingCoordinatorLayout$onMeasure$1(ContentResizingCoordinatorLayout contentResizingCoordinatorLayout) {
super(contentResizingCoordinatorLayout, ContentResizingCoordinatorLayout.class, "appBarLayout", "getAppBarLayout()Lcom/google/android/material/appbar/AppBarLayout;", 0);
}
@Override // d0.z.d.q, kotlin.reflect.KProperty0
public Object get() {
return ContentResizingCoordinatorLayout.access$getAppBarLayout$p((ContentResizingCoordinatorLayout) this.receiver);
}
@Override // d0.z.d.q
public void set(Object obj) {
ContentResizingCoordinatorLayout.access$setAppBarLayout$p((ContentResizingCoordinatorLayout) this.receiver, (AppBarLayout) obj);
}
}