/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 | 491 properties().getPivotY() + properties().getTranslationY(), in applyViewPropertyTransforms() 497 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 | 324 public float getPivotY(View view); in getPivotY() method 675 public float getPivotY(View view) { in getPivotY() method in ViewCompat.BaseViewCompatImpl 912 public float getPivotY(View view) { in getPivotY() method in ViewCompat.HCViewCompatImpl 913 return ViewCompatHC.getPivotY(view); in getPivotY() 2150 public static float getPivotY(View view) { in getPivotY() method in ViewCompat 2151 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()
|
D | ScaleFrameLayout.java | 80 final float pivotY = getPivotY(); in onLayout()
|
/frameworks/base/core/java/android/view/ |
D | RenderNode.java | 680 public float getPivotY() { in getPivotY() method in RenderNode
|
D | View.java | 10458 public float getPivotY() { 10459 return mRenderNode.getPivotY(); 10477 if (!mRenderNode.isPivotExplicitlySet() || pivotY != getPivotY()) {
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | RotateDrawable.java | 285 public float getPivotY() { in getPivotY() method in RotateDrawable
|
D | VectorDrawable.java | 1176 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 | system-current.txt | 12230 method public float getPivotY(); 35679 method public float getPivotY();
|
D | current.txt | 11924 method public float getPivotY(); 33446 method public float getPivotY();
|