Searched refs:transformationStartX (Results 1 – 1 of 1) sorted by relevance
338 float transformationStartX = getTransformationStartX(); in transformViewTo() local339 float start = transformationStartX != UNDEFINED ? transformationStartX in transformViewTo()542 public void setTransformationStartX(float transformationStartX) { in setTransformationStartX() argument543 mTransformedView.setTag(TRANSFORMATION_START_X, transformationStartX); in setTransformationStartX()