Searched defs:getTranslationY (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
H A DRenderNode.java505 * @see #getTranslationY()
516 public float getTranslationY() { method in class:RenderNode
H A DView.java15467 return mTop + getTranslationY();
15572 public float getTranslationY() { method in class:View
15573 return mRenderNode.getTranslationY();
15587 if (translationY != getTranslationY()) {
25517 * {@link View#setTranslationY(float)} and {@link View#getTranslationY()} methods.
25527 return object.getTranslationY();
[all...]
/frameworks/base/libs/hwui/
H A DRenderProperties.h251 float getTranslationY() const { return mPrimitiveFields.mTranslationY; } function in class:android::uirenderer::RenderProperties
270 float getY() const { return getTop() + getTranslationY(); }
/frameworks/support/compat/src/main/java/androidx/core/view/
H A DViewCompat.java1638 * @deprecated Use {@link View#getTranslationY()} directly.
1641 public static float getTranslationY(View view) { method in class:ViewCompat
1642 return view.getTranslationY();
2997 final float y = view.getTranslationY();

Completed in 58 milliseconds