Home | History | Annotate | Download | only in wm

Lines Matching defs:translationY

777      * @param translationY the total translation the surfaces moves in y direction
783 float translationY, Rect displayFrame) {
788 Math.abs(translationY) / displayFrame.height());
808 int translationY = mClipRevealTranslationY + (int)(displayFrame.height() / 7f * t);
810 int translationYCorrection = translationY;
823 translationY = (centerY - halfHeight) - appFrame.top;
839 translationY, displayFrame);
847 TranslateAnimation translate = new TranslateAnimation(translationX, 0, translationY, 0);
880 ? Math.max(Math.abs(translationY), Math.abs(translationX)) : 0;