Home
last modified time | relevance | path

Searched defs:pivotY (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DAnimatableScaleMatrix.java117 public void setPivotY(float pivotY) { in setPivotY()
/frameworks/base/core/java/android/view/animation/
DRotateAnimation.java104 public RotateAnimation(float fromDegrees, float toDegrees, float pivotX, float pivotY) { in RotateAnimation()
DScaleAnimation.java172 float pivotX, float pivotY) { in ScaleAnimation()
/frameworks/base/libs/hwui/
DVectorDrawable.h390 float pivotY = 0; member
405 void setPivotY(float pivotY) { VD_SET_PRIMITIVE_FIELD_AND_NOTIFY(pivotY, pivotY); } in setPivotY()
418 void updateProperties(float rotate, float pivotX, float pivotY, float scaleX, float scaleY, in updateProperties()
438 pivotY, enumerator
DRenderProperties.h338 bool setPivotY(float pivotY) { in setPivotY()
/frameworks/base/graphics/java/android/graphics/drawable/
DRotateDrawable.java271 public void setPivotY(float pivotY) { in setPivotY()
DVectorDrawable.java1407 float pivotY = a.getFloat(R.styleable.VectorDrawableGroup_pivotY, in updateStateFromTypedArray() local
1544 public void setPivotY(float pivotY) { in setPivotY()
2321 float pivotY, float scaleX, float scaleY, float translateX, float translateY); in nUpdateGroupProperties()
2344 private static native void nSetPivotY(long groupPtr, float pivotY); in nSetPivotY()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp175 jfloat pivotY, jfloat scaleX, jfloat scaleY, jfloat translateX, jfloat translateY) { in updateGroupProperties()
224 static void setPivotY(JNIEnv*, jobject, jlong groupPtr, jfloat pivotY) { in setPivotY()
Dandroid_graphics_RenderNode.cpp698 auto pivotY = stretchY > 0 ? targetBounds.top : targetBounds.bottom; in android_view_RenderNode_requestPositionUpdates() local
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DFullScreenMagnificationController.java550 boolean setScale(float scale, float pivotX, float pivotY, in setScale()
1204 public boolean setScale(int displayId, float scale, float pivotX, float pivotY, in setScale()
DFullScreenMagnificationGestureHandler.java444 void setScaleAndClearIfNeeded(float scale, float pivotX, float pivotY) { in setScaleAndClearIfNeeded()
/frameworks/base/graphics/java/android/graphics/
DRenderNode.java1252 public boolean setPivotY(float pivotY) { in setPivotY()
1714 private static native boolean nSetPivotY(long renderNode, float pivotY); in nSetPivotY()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java2457 float pivotY = p.y + mBubbleSize / 2f; in animateSwitchBubbles() local
/frameworks/base/core/java/com/android/internal/policy/
DTransitionAnimation.java879 final float pivotY; in createThumbnailAspectScaleAnimationLocked() local
/frameworks/base/core/java/android/view/
DView.java18354 public void setPivotY(float pivotY) { in setPivotY()