Home | History | Annotate | Download | only in launcher3

Lines Matching defs:transX

490             float transX = - 0.075f * (width / 2 - getPivotX());
492 setTranslationX(transX);
494 PropertyValuesHolder tx = PropertyValuesHolder.ofFloat("translationX", transX, 0);