Searched defs:setTranslationY (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/animation/
H A DAnimatorSetEventsTest.java81 public void setTranslationY(float value) { method in class:AnimatorSetEventsTest
82 button.setTranslationY(value);
/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java98 public static void setTranslationY(View view, float value) { method in class:ViewCompatHC
99 view.setTranslationY(value);
192 view.setTranslationY(y + 1);
193 view.setTranslationY(y);
/frameworks/base/core/java/android/view/
H A DRenderNode.java461 * @see View#setTranslationY(float)
464 public boolean setTranslationY(float translationY) { method in class:RenderNode
471 * @see #setTranslationY(float)
H A DView.java4652 setTranslationY(ty);
12667 * {@link #setTranslationY(float) translationY} property plus the current
12679 * {@link #setTranslationY(float) translationY} property to be the difference between
12685 setTranslationY(y - mTop);
12792 public void setTranslationY(float translationY) { method in class:View
12795 mRenderNode.setTranslationY(translationY);
17282 renderNode.setTranslationY(mScrollY);
21896 * {@link View#setTranslationY(float)} and {@link View#getTranslationY()} methods.
21901 object.setTranslationY(value);
/frameworks/base/libs/hwui/
H A DRenderProperties.h274 bool setTranslationY(float translationY) { function in class:android::uirenderer::RenderProperties
303 return setTranslationY(value - getTop());
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java424 void setTranslationY(View view, float value); method in interface:ViewCompat.ViewCompatImpl
774 public void setTranslationY(View view, float value) { method in class:ViewCompat.BaseViewCompatImpl
1200 public void setTranslationY(View view, float value) { method in class:ViewCompat.HCViewCompatImpl
1201 ViewCompatHC.setTranslationY(view, value);
2613 public static void setTranslationY(View view, float value) { method in class:ViewCompat
2614 IMPL.setTranslationY(view, value);
2649 * {@link #setTranslationY(View, float) translationY} property to be the difference between

Completed in 122 milliseconds