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