// 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.view.ViewGroup; import android.view.ViewTreeObserver; // Referenced classes of package uk.co.chrisjenx.calligraphy: // CalligraphyFactory class val.context implements android.view.obalLayoutListener { final CalligraphyFactory this$0; final Context val$context; final ViewGroup val$parent; public void onGlobalLayout() { int j = val$parent.getChildCount(); if (j != 0) { for (int i = 0; i < j; i++) { onViewCreated(val$parent.getChildAt(i), val$context, null); } } if (android.os. < 16) { val$parent.getViewTreeObserver().removeGlobalOnLayoutListener(this); return; } else { val$parent.getViewTreeObserver().removeOnGlobalLayoutListener(this); return; } } ner() { this$0 = final_calligraphyfactory; val$parent = viewgroup; val$context = Context.this; super(); } }