Ejemplo n.º 1
0
 public static void setTranslationY(View view, float f) {
   IMPL.setTranslationY(view, f);
 }
Ejemplo n.º 2
0
 @SuppressWarnings("unused")
 public static void setTranslationY(View view, float translationY) {
   IMPL.setTranslationY(view, translationY);
 }