discord-jadx/app/src/main/java/com/discord/utilities/views/ContentResizingCoordinatorLayout$onMeasure$3.java
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

32 lines
1.8 KiB
Java

package com.discord.utilities.views;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function2;
/* compiled from: ContentResizingCoordinatorLayout.kt */
public final class ContentResizingCoordinatorLayout$onMeasure$3 extends o implements Function2<Integer, Integer, Unit> {
public final /* synthetic */ int $heightMeasureSpec;
public final /* synthetic */ int $widthMeasureSpec;
public final /* synthetic */ ContentResizingCoordinatorLayout this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public ContentResizingCoordinatorLayout$onMeasure$3(ContentResizingCoordinatorLayout contentResizingCoordinatorLayout, int i, int i2) {
super(2);
this.this$0 = contentResizingCoordinatorLayout;
this.$widthMeasureSpec = i;
this.$heightMeasureSpec = i2;
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */
@Override // kotlin.jvm.functions.Function2
public /* bridge */ /* synthetic */ Unit invoke(Integer num, Integer num2) {
invoke(num.intValue(), num2.intValue());
return Unit.a;
}
public final void invoke(int i, int i2) {
ContentResizingCoordinatorLayout contentResizingCoordinatorLayout = this.this$0;
ContentResizingCoordinatorLayout.access$updateContentLayoutParams(contentResizingCoordinatorLayout, ContentResizingCoordinatorLayout.access$getCurrentVerticalOffset$p(contentResizingCoordinatorLayout), ContentResizingCoordinatorLayout.access$getAppBarLayout$p(this.this$0).getMeasuredHeight(), this.this$0.getMeasuredHeight(), this.$widthMeasureSpec, this.$heightMeasureSpec);
}
}