示例#1
0
 public static void setTranslationY(View view, float f) {
   IMPL.setTranslationY(view, f);
 }
 @SuppressWarnings("unused")
 public static void setTranslationY(View view, float translationY) {
   IMPL.setTranslationY(view, translationY);
 }