Home
last modified time | relevance | path

Searched refs:pivotY (Results 1 – 23 of 23) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DVectorDrawable.h390 float pivotY = 0; member
404 float getPivotY() const { return mPrimitiveFields.pivotY; } in getPivotY()
405 void setPivotY(float pivotY) { VD_SET_PRIMITIVE_FIELD_AND_NOTIFY(pivotY, pivotY); } in setPivotY() argument
418 void updateProperties(float rotate, float pivotX, float pivotY, float scaleX, float scaleY, in updateProperties() argument
422 mPrimitiveFields.pivotY = pivotY; in updateProperties()
438 pivotY, enumerator
H A DRenderProperties.h338 bool setPivotY(float pivotY) { in setPivotY() argument
339 if (RP_SET(mPrimitiveFields.mPivotY, pivotY) || !mPrimitiveFields.mPivotExplicitlySet) { in setPivotY()
H A DVectorDrawable.cpp357 case Property::pivotY: in getPropertyValue()
383 case Property::pivotY: in setPropertyValue()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DAnimatableScaleMatrix.java117 public void setPivotY(float pivotY) { in setPivotY() argument
118 mPivotY = pivotY; in setPivotY()
/aosp14/frameworks/base/core/java/android/view/animation/
H A DRotateAnimation.java104 public RotateAnimation(float fromDegrees, float toDegrees, float pivotX, float pivotY) { in RotateAnimation() argument
111 mPivotYValue = pivotY; in RotateAnimation()
H A DScaleAnimation.java172 float pivotX, float pivotY) { in ScaleAnimation() argument
182 mPivotYValue = pivotY; in ScaleAnimation()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DRotateDrawable.java271 public void setPivotY(float pivotY) { in setPivotY() argument
272 if (mState.mPivotY != pivotY) { in setPivotY()
273 mState.mPivotY = pivotY; in setPivotY()
H A DVectorDrawable.java1407 float pivotY = a.getFloat(R.styleable.VectorDrawableGroup_pivotY, in updateStateFromTypedArray() local
1423 nUpdateGroupProperties(mNativePtr, rotate, pivotX, pivotY, scaleX, scaleY, in updateStateFromTypedArray()
1544 public void setPivotY(float pivotY) { in setPivotY() argument
1546 nSetPivotY(mNativePtr, pivotY); in setPivotY()
2321 float pivotY, float scaleX, float scaleY, float translateX, float translateY); in nUpdateGroupProperties() argument
2344 private static native void nSetPivotY(long groupPtr, float pivotY); in nSetPivotY() argument
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp175 jfloat pivotY, jfloat scaleX, jfloat scaleY, jfloat translateX, jfloat translateY) { in updateGroupProperties() argument
177 group->mutateStagingProperties()->updateProperties(rotate, pivotX, pivotY, scaleX, scaleY, in updateGroupProperties()
224 static void setPivotY(JNIEnv*, jobject, jlong groupPtr, jfloat pivotY) { in setPivotY() argument
226 group->mutateStagingProperties()->setPivotY(pivotY); in setPivotY()
H A Dandroid_graphics_RenderNode.cpp698 auto pivotY = stretchY > 0 ? targetBounds.top : targetBounds.bottom; in android_view_RenderNode_requestPositionUpdates() local
699 stretchMatrix.setScale(childScaleX, childScaleY, pivotX, pivotY); in android_view_RenderNode_requestPositionUpdates()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleEducationViewController.kt131 pivotY = 0f
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DRenderNode.java1252 public boolean setPivotY(float pivotY) { in setPivotY() argument
1253 return nSetPivotY(mNativeRenderNode, pivotY); in setPivotY()
1714 private static native boolean nSetPivotY(long renderNode, float pivotY); in nSetPivotY() argument
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java879 final float pivotY; in createThumbnailAspectScaleAnimationLocked() local
889 pivotY = appRect.height() / 2 / scaleW; in createThumbnailAspectScaleAnimationLocked()
898 pivotY = 0; in createThumbnailAspectScaleAnimationLocked()
906 Animation scale = new ScaleAnimation(1f, scaleW, 1f, scaleW, pivotX, pivotY); in createThumbnailAspectScaleAnimationLocked()
948 Animation scale = new ScaleAnimation(scaleW, 1f, scaleW, 1f, pivotX, pivotY); in createThumbnailAspectScaleAnimationLocked()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DFullScreenMagnificationController.java550 boolean setScale(float scale, float pivotX, float pivotY, in setScale() argument
567 final float normPivotY = (pivotY - spec.offsetY) / oldScale; in setScale()
1204 public boolean setScale(int displayId, float scale, float pivotX, float pivotY, in setScale() argument
1211 return display.setScale(scale, pivotX, pivotY, animate, id); in setScale()
H A DFullScreenMagnificationGestureHandler.java444 void setScaleAndClearIfNeeded(float scale, float pivotX, float pivotY) { in setScaleAndClearIfNeeded() argument
464 mFullScreenMagnificationController.setScale(mDisplayId, scale, pivotX, pivotY, false, in setScaleAndClearIfNeeded()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DShadeHeaderControllerTest.kt830 verify(clock).pivotY = height.toFloat() / 2
834 verify(clock).pivotY = height.toFloat() / 2
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
H A DKeyguardPreviewRenderer.kt218 rootView.pivotY = 0f
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeHeaderController.kt324 v.pivotY = v.height.toFloat() / 2
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java2457 float pivotY = p.y + mBubbleSize / 2f; in animateSwitchBubbles() local
2466 pivotX, pivotY); in animateSwitchBubbles()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java18354 public void setPivotY(float pivotY) { in setPivotY() argument
18355 if (!mRenderNode.isPivotExplicitlySet() || pivotY != getPivotY()) { in setPivotY()
18357 mRenderNode.setPivotY(pivotY); in setPivotY()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt1269 field public static final int pivotY = 16843190; // 0x10101b6
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt76231 Lcom/android/internal/R$attr;->pivotY:I