Home | History | Annotate | Download | only in launcher2

Lines Matching defs:translationX

1383                 float translationX;
1388 translationX = maxScrollProgress * v.getMeasuredWidth();
1391 translationX = minScrollProgress * v.getMeasuredWidth();
1423 translationX = 0;
1431 translationX = 0;
1439 v.setTranslationX(translationX);