Home
last modified time | relevance | path

Searched defs:pivotX (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/aosp_15_r20/cts/tests/tests/view/src/android/view/animation/cts/
H A DRotateAnimationTest.java165 final float pivotX = 0.2f; in testRotateAgainstPoint() local
215 public MyRotateAnimation(float fromDegrees, float toDegrees, float pivotX, float pivotY) { in MyRotateAnimation()
220 float pivotX, int pivotYType, float pivotY) { in MyRotateAnimation()
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowRenderNodeTest.java167 float pivotX = renderNode.getPivotX(); in testGetPivotX_unset_returnsZero() local
177 float pivotX = renderNode.getPivotX(); in testGetPivotX_set_returnsSetPivot() local
671 boolean setPivotX(float pivotX); in setPivotX()
892 public boolean setPivotX(float pivotX) { in setPivotX()
1088 public boolean setPivotX(float pivotX) { in setPivotX()
/aosp_15_r20/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/back/
H A DBackTransformation.kt39 val pivotX = in applyTo() constant
/aosp_15_r20/frameworks/base/libs/hwui/
H A DVectorDrawable.h389 float pivotX = 0; member
403 void setPivotX(float pivotX) { VD_SET_PRIMITIVE_FIELD_AND_NOTIFY(pivotX, pivotX); } in setPivotX()
418 void updateProperties(float rotate, float pivotX, float pivotY, float scaleX, float scaleY, in updateProperties()
437 pivotX, enumerator
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowVectorDrawable.java161 float pivotX; field in ShadowVectorDrawable.Group
213 float pivotX, in nUpdateGroupProperties()
H A DShadowRenderNode.java21 private float pivotX; field in ShadowRenderNode
193 protected boolean setPivotX(float pivotX) { in setPivotX()
H A DShadowRenderNodeQ.java21 private float pivotX; field in ShadowRenderNodeQ
193 protected boolean setPivotX(float pivotX) { in setPivotX()
H A DShadowNativeVectorDrawable.java169 float pivotX, in nUpdateGroupProperties()
200 protected static void nSetPivotX(long groupPtr, float pivotX) { in nSetPivotX()
/aosp_15_r20/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
H A DVectorDrawableNatives.java78 float pivotX, in nUpdateGroupProperties()
93 public static native void nSetPivotX(long groupPtr, float pivotX); in nSetPivotX()
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/stashing/
DTransientBubbleStashController.kt366 val pivotX = if (bubbleBarViewController.isBubbleBarOnLeft) 0f else 1f in <lambda>() constant
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/back/
DCrossActivityBackAnimationKt.java57 android.graphics.RectF $this$scaleCentered, float scale, float pivotX, float pivotY) { in scaleCentered()
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1405 float pivotX = a.getFloat(R.styleable.VectorDrawableGroup_pivotX, in updateStateFromTypedArray() local
1531 public void setPivotX(float pivotX) { in setPivotX()
2320 private static native void nUpdateGroupProperties(long groupPtr, float rotate, float pivotX, in nUpdateGroupProperties()
2340 private static native void nSetPivotX(long groupPtr, float pivotX); in nSetPivotX()
H A DRotateDrawable.java219 public void setPivotX(float pivotX) { in setPivotX()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
H A DMatrixRotate.java89 public MatrixRotate(float rotate, float pivotX, float pivotY) { in MatrixRotate()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DAnimatableScaleMatrix.java112 public void setPivotX(float pivotX) { in setPivotX()
/aosp_15_r20/frameworks/base/core/java/android/view/animation/
H A DRotateAnimation.java104 public RotateAnimation(float fromDegrees, float toDegrees, float pivotX, float pivotY) { in RotateAnimation()
H A DScaleAnimation.java172 float pivotX, float pivotY) { in ScaleAnimation()
/aosp_15_r20/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp534 … for (std::set<float>::const_iterator pivotX = xCoords.begin(); pivotX != xCoords.end(); ++pivotX) in findSlopePivotX() local
567 float pivotX; //!< Value returned by findSlopePivotX, or -infinity if only single line. member
592 const float pivotX = findSlopePivotX(data); in computeSegmentedEstimator() local
/aosp_15_r20/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp534 … for (std::set<float>::const_iterator pivotX = xCoords.begin(); pivotX != xCoords.end(); ++pivotX) in findSlopePivotX() local
567 float pivotX; //!< Value returned by findSlopePivotX, or -infinity if only single line. member
592 const float pivotX = findSlopePivotX(data); in computeSegmentedEstimator() local
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp175 static void updateGroupProperties(JNIEnv*, jobject, jlong groupPtr, jfloat rotate, jfloat pivotX, in updateGroupProperties()
215 static void setPivotX(JNIEnv*, jobject, jlong groupPtr, jfloat pivotX) { in setPivotX()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java2579 float pivotX; in animateBubbleExpansion() local
2800 float pivotX; in animateSwitchBubbles() local
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/launcher3/taskbar/bubbles/stashing/
DTransientBubbleStashController.java314 …ingAnim(android.animation.Animator $this$setBubbleBarPivotDuringAnim, float pivotX, float pivotY) { in setBubbleBarPivotDuringAnim()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarAnimationHelper.java237 float pivotX = mPositioner.isBubbleBarOnLeft() ? availableRect.left : availableRect.right; in setScaleFromBubbleBar() local
/aosp_15_r20/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DFullScreenMagnificationController.java668 boolean setScale(float scale, float pivotX, float pivotY, boolean isScaleTransient, in setScale()
1495 public boolean setScale(int displayId, float scale, float pivotX, float pivotY, in setScale()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
H A DPaintContext.java203 public abstract void matrixRotate(float rotate, float pivotX, float pivotY); in matrixRotate()

12345678910>>...22