Searched refs:StateProperty (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/transition/
H A DEpicenterTranslateClipReveal.java221 final StateProperty propX = new StateProperty(StateProperty.TARGET_X);
227 final StateProperty propY = new StateProperty(StateProperty.TARGET_Y);
273 private static class StateProperty extends Property<View, State> { class in class:EpicenterTranslateClipReveal
282 public StateProperty(char targetDimension) { method in class:EpicenterTranslateClipReveal.StateProperty

Completed in 53 milliseconds