/frameworks/base/libs/hwui/ |
D | RenderProperties.cpp | 194 transform->preRotate(getRotation(), getPivotX(), getPivotY()); in updateMatrix() 195 transform->preScale(getScaleX(), getScaleY(), getPivotX(), getPivotY()); in updateMatrix() 199 transform->preScale(getScaleX(), getScaleY(), getPivotX(), getPivotY()); in updateMatrix() 204 transform3D.preTranslate(-getPivotX(), -getPivotY()); in updateMatrix() 206 getPivotY() + getTranslationY()); in updateMatrix()
|
D | RenderProperties.h | 359 float getPivotY() const { in getPivotY() function
|
D | RenderNode.cpp | 469 properties().getPivotY() + properties().getTranslationY(), in applyViewPropertyTransforms() 475 true3dMat.translate(-properties().getPivotX(), -properties().getPivotY()); in applyViewPropertyTransforms()
|
/frameworks/support/v4/honeycomb/android/support/v4/view/ |
D | ViewCompatHC.java | 144 public static float getPivotY(View view) { in getPivotY() method in ViewCompatHC 145 return view.getPivotY(); in getPivotY()
|
/frameworks/base/packages/Keyguard/ |
D | proguard.flags | 17 public float getPivotY();
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | ViewCompat.java | 322 public float getPivotY(View view); in getPivotY() method 667 public float getPivotY(View view) { in getPivotY() method in ViewCompat.BaseViewCompatImpl 889 public float getPivotY(View view) { in getPivotY() method in ViewCompat.HCViewCompatImpl 890 return ViewCompatHC.getPivotY(view); in getPivotY() 2105 public static float getPivotY(View view) { in getPivotY() method in ViewCompat 2106 return IMPL.getPivotY(view); in getPivotY()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | ShadowOverlayContainer.java | 214 sTempRect.top = (int) mWrappedView.getPivotY(); in onLayout()
|
/frameworks/base/core/java/android/view/ |
D | RenderNode.java | 680 public float getPivotY() { in getPivotY() method in RenderNode
|
D | View.java | 10347 public float getPivotY() { 10348 return mRenderNode.getPivotY(); 10366 if (!mRenderNode.isPivotExplicitlySet() || pivotY != getPivotY()) {
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | RotateDrawable.java | 284 public float getPivotY() { in getPivotY() method in RotateDrawable
|
D | VectorDrawable.java | 1179 public float getPivotY() { in getPivotY() method in VectorDrawable.VGroup
|
/frameworks/base/core/jni/ |
D | android_view_RenderNode.cpp | 450 return renderNode->stagingProperties().getPivotY(); in android_view_RenderNode_getPivotY()
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 520 NO DOC BLOCK: android.graphics.drawable.RotateDrawable Method getPivotY()
|
/frameworks/base/api/ |
D | current.txt | 11877 method public float getPivotY(); 33269 method public float getPivotY();
|