Lines Matching refs:framework
62 period of time, so the framework needs to have both the starting and ending value of
68 are specific to a transition, the transitions framework does not provide every property value
69 to a transition. Instead, the framework invokes callback methods that allow a transition to
70 capture only the property values it needs and store them in the framework.</p>
75 <p>To pass the starting view values to the framework, implement the
77 method. The framework calls this method for every view in the starting scene. The method
81 framework by storing them in the map.</p>
124 <p>The framework calls the {@link android.transition.Transition#captureEndValues} method
143 starting and ending scenes. The framework maintains separate maps for the starting and ending
153 framework calls this method, it passes in the scene root view and the {@link
157 <p>The number of times the framework calls the {@link
162 scene plus a new target, then the framework calls {@link
168 <p>For target views that exist on both the starting and ending scenes, the framework provides
171 ending scene, the framework provides a {@link android.transition.TransitionValues} object
176 android.animation.Animator} object and return it to the framework. For an example implementation,