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