Searched defs:setTranslationY (Results 1 - 5 of 5) sorted by last modified time

/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h198 void setTranslationY(float translationY) { function in class:android::uirenderer::DisplayList
/frameworks/base/core/tests/coretests/src/android/animation/
H A DAnimatorSetEventsTest.java83 public void setTranslationY(float value) { method in class:AnimatorSetEventsTest
84 button.setTranslationY(value);
/frameworks/base/core/java/android/view/
H A DDisplayList.java185 * @see View#setTranslationY(float)
187 public abstract void setTranslationY(float translationY); method in class:DisplayList
H A DGLES20DisplayList.java177 public void setTranslationY(float translationY) { method in class:GLES20DisplayList
H A DView.java3714 setTranslationY(ty);
9687 * {@link #setTranslationY(float) translationY} property plus the current
9699 * {@link #setTranslationY(float) translationY} property to be the difference between
9705 setTranslationY(y - mTop);
9773 public void setTranslationY(float translationY) { method in class:View
9782 mDisplayList.setTranslationY(translationY);
17069 * {@link View#setTranslationY(float)} and {@link View#getTranslationY()} methods.
17074 object.setTranslationY(value);

Completed in 104 milliseconds