textview = (TextView)((LayoutInflater)getContext().getSystemService("layout_inflater")).inflate(0x7f0401ca, null);
        textview.setText((new StringBuilder()).append(foodlogentry.getFoodItem().f()).append(", ").append(bh.a(getContext(), 0x7f0801d5, new String[] {
            e.a(foodlogentry.getCalories(), 0)
        })).toString());
        static class _cls1
        {

            static final int a[];

            static 
            {
                a = new int[MealType.values().length];
                try
                {
                    a[MealType.ANYTIME.ordinal()] = 1;
                }
                catch (NoSuchFieldError nosuchfielderror6) { }
                try
                {
                    a[MealType.BREAKFAST.ordinal()] = 2;
                }
                catch (NoSuchFieldError nosuchfielderror5) { }
                try
                {
                    a[MealType.LUNCH.ordinal()] = 3;
                }
                catch (NoSuchFieldError nosuchfielderror4) { }
                try
                {
                    a[MealType.DINNER.ordinal()] = 4;
                }
                catch (NoSuchFieldError nosuchfielderror3) { }
                try
                {
                    a[MealType.MORNINGSNACK.ordinal()] = 5;
                }
                catch (NoSuchFieldError nosuchfielderror2) { }
                try
                {
                    a[MealType.AFTERNOONSNACK.ordinal()] = 6;
                }
                catch (NoSuchFieldError nosuchfielderror1) { }
                try
                {
                    a[MealType.EVENING_SNACK.ordinal()] = 7;
                }
                catch (NoSuchFieldError nosuchfielderror)
                {
                    return;
                }
            }
        }

        _cls1.a[foodlogentry.getMealType().ordinal()];
        JVM INSTR tableswitch 1 7: default 192
    //                   1 195
    //                   2 229
    //                   3 236
    //                   4 243
    //                   5 250
    //                   6 257
    //                   7 264;
           goto _L6 _L7 _L8 _L9 _L10 _L11 _L12 _L13
_L7:
        int i = 0x7f11049c;
_L14:
        LinearLayout linearlayout = (LinearLayout)findViewById(i);
        linearlayout.addView(textview);
        if (linearlayout.getVisibility() != 0)
        {
            linearlayout.setVisibility(0);
        }
          goto _L6