Searched defs:translateY (Results 1 – 6 of 6) sorted by relevance
63 ObjectAnimator translateY = ObjectAnimator.ofFloat(view, "translationY", in startCaptureAnimation() local97 translateY, in startCaptureAnimation() local
138 protected int translateY(final int y) { in translateY() method in InputView.MotionEventForwarder217 protected int translateY(final int y) { in translateY() method in InputView.KeyboardTopPaddingForwarder
118 public int translateY(int y); in translateY() method
256 public int translateY(final int y) { in translateY() method in MoreKeysKeyboardView
649 float translateY = (mTouch.y - mTouchDown.y) / scaleFactor; in onTouchEvent() local761 float translateY = (getHeight() / 2 - y); in onDoubleTap() local
583 float translateY = 0; in computeImageToScreen() local