예제 #1
0
 @SuppressLint("NewApi")
 @Override
 public float getTranslationY() {
   if (proxy != null) {
     return proxy.getTranslationY();
   }
   return super.getTranslationY();
 }