// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.jmedeisis.draglinearlayout; import android.support.v4.view.MotionEventCompat; import android.view.MotionEvent; import android.view.View; // Referenced classes of package com.jmedeisis.draglinearlayout: // DragLinearLayout private class view implements android.view.leOnTouchListener { final DragLinearLayout this$0; private final View view; public boolean onTouch(View view1, MotionEvent motionevent) { if (MotionEventCompat.getActionMasked(motionevent) == 0) { DragLinearLayout.access$2200(DragLinearLayout.this, view); } return false; } public (View view1) { this$0 = DragLinearLayout.this; super(); view = view1; } }