コード例 #1
0
ファイル: ViewHelper.java プロジェクト: qianweicheng/Qmusic
 public static float getTranslationY(View view) {
   return NEEDS_PROXY ? wrap(view).getTranslationY() : Honeycomb.getTranslationY(view);
 }