package com.metaio.tools;

public final class Memory
{
  // ERROR //
  public static void unbindViews(android.view.View paramView)
  {
    // Byte code:
    //   0: aload_0
    //   1: invokevirtual 20	android/view/View:getBackground	()Landroid/graphics/drawable/Drawable;
    //   4: ifnull +11 -> 15
    //   7: aload_0
    //   8: invokevirtual 20	android/view/View:getBackground	()Landroid/graphics/drawable/Drawable;
    //   11: aconst_null
    //   12: invokevirtual 26	android/graphics/drawable/Drawable:setCallback	(Landroid/graphics/drawable/Drawable$Callback;)V
    //   15: aload_0
    //   16: instanceof 28
    //   19: ifeq +40 -> 59
    //   22: iconst_0
    //   23: istore_2
    //   24: iload_2
    //   25: aload_0
    //   26: checkcast 28	android/view/ViewGroup
    //   29: invokevirtual 32	android/view/ViewGroup:getChildCount	()I
    //   32: if_icmpge +20 -> 52
    //   35: aload_0
    //   36: checkcast 28	android/view/ViewGroup
    //   39: iload_2
    //   40: invokevirtual 36	android/view/ViewGroup:getChildAt	(I)Landroid/view/View;
    //   43: invokestatic 38	com/metaio/tools/Memory:unbindViews	(Landroid/view/View;)V
    //   46: iinc 2 1
    //   49: goto -25 -> 24
    //   52: aload_0
    //   53: checkcast 28	android/view/ViewGroup
    //   56: invokevirtual 41	android/view/ViewGroup:removeAllViews	()V
    //   59: return
    //   60: astore_1
    //   61: return
    //   62: astore_3
    //   63: return
    //
    // Exception table:
    //   from	to	target	type
    //   0	15	60	java/lang/Exception
    //   15	22	60	java/lang/Exception
    //   24	46	60	java/lang/Exception
    //   52	59	60	java/lang/Exception
    //   52	59	62	java/lang/UnsupportedOperationException
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.metaio.tools.Memory
 * JD-Core Version:    0.6.2
 */