// 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 uk.co.chrisjenx.calligraphy; import android.content.Context; import android.util.AttributeSet; import android.view.View; // Referenced classes of package uk.co.chrisjenx.calligraphy: // CalligraphyLayoutInflater, CalligraphyFactory private static class mCalligraphyFactory implements android.view.rapperFactory2 { protected final CalligraphyFactory mCalligraphyFactory; protected final android.view.rapperFactory2.mFactory2 mFactory2; public View onCreateView(View view, String s, Context context, AttributeSet attributeset) { return mCalligraphyFactory.onViewCreated(mFactory2.mFactory2(view, s, context, attributeset), context, attributeset); } public View onCreateView(String s, Context context, AttributeSet attributeset) { return mCalligraphyFactory.onViewCreated(mFactory2.mFactory2(s, context, attributeset), context, attributeset); } public (android.view.rapperFactory2 rapperfactory2, CalligraphyFactory calligraphyfactory) { mFactory2 = rapperfactory2; mCalligraphyFactory = calligraphyfactory; } }