Home | History | Annotate | Download | only in view

Lines Matching refs:pivotX

1715      * Indicates that pivotX or pivotY were explicitly set and we should not assume the center
9369 * explicitly set pivotX and pivotY values.
9371 * @param pivotX The x location of the pivot point.
9379 public void setPivotX(float pivotX) {
9383 if (info.mPivotX != pivotX) {
9385 info.mPivotX = pivotX;
9389 mDisplayList.setPivotX(pivotX);
9419 * explicitly set pivotX and pivotY values.