Searched refs:pivotY (Results 1 – 5 of 5) sorted by relevance
18 private float pivotY; field in ShadowViewRenderNode189 public boolean setPivotY(float pivotY) { in setPivotY() argument190 this.pivotY = pivotY; in setPivotY()197 return pivotY; in getPivotY()
19 private float pivotY; field in ShadowRenderNode190 public boolean setPivotY(float pivotY) { in setPivotY() argument191 this.pivotY = pivotY; in setPivotY()198 return pivotY; in getPivotY()
162 float pivotY; field in ShadowVectorDrawable.Group201 properties[2] = group.pivotY; in nGetGroupProperties()214 float pivotY, in nUpdateGroupProperties() argument222 group.pivotY = pivotY; in nUpdateGroupProperties()
1477 float pivotY = textureViewHeight / 2; in applyTextureViewRotation() local1478 transformMatrix.postRotate(textureViewRotation, pivotX, pivotY); in applyTextureViewRotation()1488 pivotY); in applyTextureViewRotation()
669 public void pivotY() { in pivotY() method in ShadowViewTest