HomeSort by relevance Sort by last modified time
    Searched defs:TransitionSet (Results 1 - 9 of 9) sorted by null

  /frameworks/support/transition/src/main/java/androidx/transition/
Styleable.java 147 interface TransitionSet {
TransitionSet.java 39 * A TransitionSet is a parent of child transitions (including other
43 * uses a TransitionSet to sequentially play a Fade(Fade.OUT), followed by
46 * <p>A TransitionSet can be described in a resource file by using the
47 * tag <code>transitionSet</code>, along with the standard
48 * attributes of {@code TransitionSet} and {@link Transition}. Child transitions of the
49 * TransitionSet object can be loaded by adding those child tags inside the
50 * enclosing <code>transitionSet</code> tag. For example, the following xml
51 * describes a TransitionSet that plays a Fade and then a ChangeBounds
54 * &lt;transitionSet xmlns:android="http://schemas.android.com/apk/res/android"
58 * &lt;/transitionSet&gt
    [all...]
  /frameworks/base/core/java/android/transition/
TransitionSet.java 32 * A TransitionSet is a parent of child transitions (including other
36 * uses a TransitionSet to sequentially play a Fade(Fade.OUT), followed by
39 * <p>A TransitionSet can be described in a resource file by using the
40 * tag <code>transitionSet</code>, along with the standard
41 * attributes of {@link android.R.styleable#TransitionSet} and
43 * TransitionSet object can be loaded by adding those child tags inside the
44 * enclosing <code>transitionSet</code> tag. For example, the following xml
45 * describes a TransitionSet that plays a Fade and then a ChangeBounds
48 * &lt;transitionSet xmlns:android="http://schemas.android.com/apk/res/android"
52 * &lt;/transitionSet&gt
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 197 milliseconds