NetMirror.apk
Download file
package f2;
import android.content.Context;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.view.View;
import android.widget.FrameLayout;
/* JADX INFO: loaded from: classes.dex */
public final class k extends FrameLayout {
/* JADX INFO: renamed from: b, reason: collision with root package name */
private View.OnTouchListener f9412b;
public k(Context context) {
super(context);
}
@Override // android.view.ViewGroup, android.view.View
public boolean dispatchTouchEvent(MotionEvent motionEvent) {
View.OnTouchListener onTouchListener = this.f9412b;
if (onTouchListener == null || !onTouchListener.onTouch(this, motionEvent)) {
return super.dispatchTouchEvent(motionEvent);
}
return true;
}
@Override // android.view.View
public void setOnTouchListener(View.OnTouchListener onTouchListener) {
this.f9412b = onTouchListener;
}
public k(Context context, AttributeSet attributeSet) {
super(context, attributeSet);
}
/* JADX INFO: Access modifiers changed from: protected */
@Override // android.widget.FrameLayout, android.view.ViewGroup
public FrameLayout.LayoutParams generateDefaultLayoutParams() {
return new FrameLayout.LayoutParams(-2, -2);
}
public k(Context context, AttributeSet attributeSet, int i3) {
super(context, attributeSet, i3);
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file