protected View a(int paramInt1, View paramView, ViewGroup paramViewGroup, int paramInt2)
 {
   CorporationVo localCorporationVo = (CorporationVo)getItem(paramInt1);
   nt localnt;
   View localView;
   if (paramView == null)
   {
     localnt = new nt(this);
     LayoutInflater localLayoutInflater = d();
     int i = c();
     localView = localLayoutInflater.inflate(i, null, 0);
     TextView localTextView1 = (TextView)localView.findViewById(2131230806);
     localnt.a = localTextView1;
     localView.setTag(localnt);
   }
   while (true)
   {
     TextView localTextView2 = localnt.a;
     String str = localCorporationVo.b();
     localTextView2.setText(str);
     return localView;
     localnt = (nt)paramView.getTag();
     localView = paramView;
   }
 }
Example #2
0
 private CorporationVo a(eu parameu) {
   CorporationVo localCorporationVo = new CorporationVo();
   long l = parameu.b();
   localCorporationVo.a(l);
   String str = parameu.c();
   localCorporationVo.a(str);
   return localCorporationVo;
 }