// 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.WrapperFactory { private final CalligraphyFactory mCalligraphyFactory; private final android.view.WrapperFactory.mFactory mFactory; private final CalligraphyLayoutInflater mInflater; public View onCreateView(String s, Context context, AttributeSet attributeset) { if (android.os.r < 11) { return mCalligraphyFactory.onViewCreated(CalligraphyLayoutInflater.access$000(mInflater, null, mFactory.mFactory(s, context, attributeset), s, context, attributeset), context, attributeset); } else { return mCalligraphyFactory.onViewCreated(mFactory.mFactory(s, context, attributeset), context, attributeset); } } public (android.view.WrapperFactory wrapperfactory, CalligraphyLayoutInflater calligraphylayoutinflater, CalligraphyFactory calligraphyfactory) { mFactory = wrapperfactory; mInflater = calligraphylayoutinflater; mCalligraphyFactory = calligraphyfactory; } }