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

/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java60 public static float getTranslationY(View view) { method in class:ViewCompatHC
61 return view.getTranslationY();
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java305 public float getTranslationY(View view); method in interface:ViewCompat.ViewCompatImpl
547 public float getTranslationY(View view) { method in class:ViewCompat.BaseViewCompatImpl
798 public float getTranslationY(View view) { method in class:ViewCompat.HCViewCompatImpl
799 return ViewCompatHC.getTranslationY(view);
1897 public static float getTranslationY(View view) { method in class:ViewCompat
1898 return IMPL.getTranslationY(view);
/frameworks/base/core/java/android/view/
H A DRenderNode.java503 * @see #getTranslationY()
514 public float getTranslationY() { method in class:RenderNode
H A DView.java10798 return mTop + getTranslationY();
10902 public float getTranslationY() { method in class:View
10903 return mRenderNode.getTranslationY();
10917 if (translationY != getTranslationY()) {
19415 * {@link View#setTranslationY(float)} and {@link View#getTranslationY()} methods.
19425 return object.getTranslationY();
/frameworks/base/libs/hwui/
H A DRenderProperties.h249 float getTranslationY() const { function in class:android::uirenderer::RenderProperties
279 return getTop() + getTranslationY();

Completed in 289 milliseconds