You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
288 B

package p023h0;
import android.view.MotionEvent;
/* renamed from: h0.t0 */
/* loaded from: classes.dex */
public final class C0953t0 {
/* renamed from: a */
public static boolean m2485a(MotionEvent motionEvent, int i) {
return (motionEvent.getSource() & i) == i;
}
}