Searched refs:StateProperty (Results 1 – 1 of 1) sorted by relevance
221 final StateProperty propX = new StateProperty(StateProperty.TARGET_X); in createRectAnimator()227 final StateProperty propY = new StateProperty(StateProperty.TARGET_Y); in createRectAnimator()273 private static class StateProperty extends Property<View, State> { class in EpicenterTranslateClipReveal282 public StateProperty(char targetDimension) { in StateProperty() method in EpicenterTranslateClipReveal.StateProperty