示例#1
0
 public static float getAlpha(View view) {
   return NEEDS_PROXY ? wrap(view).getAlpha() : Honeycomb.getAlpha(view);
 }