예제 #1
0
 public void setScaleX(View view, float f) {
   ViewCompatHC.setScaleX(view, f);
 }
예제 #2
0
 public void setPivotX(View view, float f) {
   ViewCompatHC.setPivotX(view, f);
 }
예제 #3
0
 public void setRotationY(View view, float f) {
   ViewCompatHC.setRotationY(view, f);
 }
예제 #4
0
 public void setAlpha(View view, float f) {
   ViewCompatHC.setAlpha(view, f);
 }
예제 #5
0
 public void setLayerType(View view, int i, Paint paint) {
   ViewCompatHC.setLayerType(view, i, paint);
 }
예제 #6
0
 long getFrameTime() {
   return ViewCompatHC.getFrameTime();
 }
예제 #7
0
 public int resolveSizeAndState(int i, int j, int k) {
   return ViewCompatHC.resolveSizeAndState(i, j, k);
 }
예제 #8
0
 public float getScaleX(View view) {
   return ViewCompatHC.getScaleX(view);
 }
예제 #9
0
 public float getTranslationY(View view) {
   return ViewCompatHC.getTranslationY(view);
 }
예제 #10
0
 public float getPivotX(View view) {
   return ViewCompatHC.getPivotX(view);
 }
예제 #11
0
 public float getRotationY(View view) {
   return ViewCompatHC.getRotationY(view);
 }
예제 #12
0
 public int getMeasuredWidthAndState(View view) {
   return ViewCompatHC.getMeasuredWidthAndState(view);
 }
예제 #13
0
 public int getMeasuredHeightAndState(View view) {
   return ViewCompatHC.getMeasuredHeightAndState(view);
 }
예제 #14
0
 public int getLayerType(View view) {
   return ViewCompatHC.getLayerType(view);
 }
예제 #15
0
 public void setTranslationY(View view, float f) {
   ViewCompatHC.setTranslationY(view, f);
 }
예제 #16
0
 public float getY(View view) {
   return ViewCompatHC.getY(view);
 }
예제 #17
0
 public void setY(View view, float f) {
   ViewCompatHC.setY(view, f);
 }
예제 #18
0
 public float getAlpha(View view) {
   return ViewCompatHC.getAlpha(view);
 }