// 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 android.support.v7.app; import android.content.Context; import android.util.AttributeSet; import android.view.View; import android.view.Window; // Referenced classes of package android.support.v7.app: // AppCompatDelegateImplV7, AppCompatCallback class AppCompatDelegateImplV11 extends AppCompatDelegateImplV7 { AppCompatDelegateImplV11(Context context, Window window, AppCompatCallback appcompatcallback) { super(context, window, appcompatcallback); } View callActivityOnCreateView(View view, String s, Context context, AttributeSet attributeset) { View view1 = super.callActivityOnCreateView(view, s, context, attributeset); if (view1 != null) { return view1; } if (mOriginalWindowCallback instanceof android.view.LayoutInflater.Factory2) { return ((android.view.LayoutInflater.Factory2)mOriginalWindowCallback).onCreateView(view, s, context, attributeset); } else { return null; } } }