Searched defs:setTranslationY (Results 1 - 5 of 5) 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/base/core/java/android/view/
H A DDisplayList.java417 * @see View#setTranslationY(float)
420 public abstract void setTranslationY(float translationY); method in class:DisplayList
425 * @see #setTranslationY(float)
H A DGLES20DisplayList.java219 public void setTranslationY(float translationY) { method in class:GLES20DisplayList
H A DView.java3950 setTranslationY(ty);
10242 * {@link #setTranslationY(float) translationY} property plus the current
10254 * {@link #setTranslationY(float) translationY} property to be the difference between
10260 setTranslationY(y - mTop);
10328 public void setTranslationY(float translationY) { method in class:View
10337 mDisplayList.setTranslationY(translationY);
18136 * {@link View#setTranslationY(float)} and {@link View#getTranslationY()} methods.
18141 object.setTranslationY(value);
/frameworks/base/libs/hwui/
H A DDisplayList.h204 void setTranslationY(float translationY) { function in class:android::uirenderer::DisplayList

Completed in 155 milliseconds