public float getScaleY(View view) {
   return IMPL.getScaleY(view);
 }
 @SuppressWarnings("unused")
 public static float getScaleY(View view) {
   return IMPL.getScaleY(view);
 }