private static void a(TextView textview, ProductListPriceEntity productlistpriceentity, String s, Context context)
 {
     s = new StringBuilder(s);
     s.append(y.a(productlistpriceentity.getMin()));
     if (productlistpriceentity.getMin() != productlistpriceentity.getMax())
     {
         s.append(context.getResources().getString(0x7f07014a));
         s.append(y.a(productlistpriceentity.getMax()));
     }
     textview.setText(s.toString());
 }
 private static void a(TextView textview, ProductListPriceEntity productlistpriceentity, Context context)
 {
     StringBuilder stringbuilder = new StringBuilder();
     stringbuilder.append((int)productlistpriceentity.getMinPercentOff());
     if (productlistpriceentity.getMinPercentOff() != productlistpriceentity.getMaxPercentOff())
     {
         stringbuilder.append(context.getResources().getString(0x7f0702f9));
         stringbuilder.append((int)productlistpriceentity.getMaxPercentOff());
     }
     stringbuilder.append(context.getResources().getString(0x7f0702bf));
     textview.setText(stringbuilder.toString());
     textview.setVisibility(0);
 }