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/base/core/java/android/view/
H A DRenderNode.java503 * @see #getTranslationY()
514 public float getTranslationY() { method in class:RenderNode
H A DView.java10909 return mTop + getTranslationY();
11013 public float getTranslationY() { method in class:View
11014 return mRenderNode.getTranslationY();
11028 if (translationY != getTranslationY()) {
19532 * {@link View#setTranslationY(float)} and {@link View#getTranslationY()} methods.
19542 return object.getTranslationY();
/frameworks/base/libs/hwui/
H A DRenderProperties.h249 float getTranslationY() const { function in class:android::uirenderer::RenderProperties
279 return getTop() + getTranslationY();
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java307 public float getTranslationY(View view); method in interface:ViewCompat.ViewCompatImpl
555 public float getTranslationY(View view) { method in class:ViewCompat.BaseViewCompatImpl
821 public float getTranslationY(View view) { method in class:ViewCompat.HCViewCompatImpl
822 return ViewCompatHC.getTranslationY(view);
1942 public static float getTranslationY(View view) { method in class:ViewCompat
1943 return IMPL.getTranslationY(view);

Completed in 1036 milliseconds