OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TransitionSet
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/com/android/internal/transition/
ActionBarTransition.java
25
import android.transition.
TransitionSet
;
40
final
TransitionSet
inner = new
TransitionSet
();
42
final
TransitionSet
tg = new
TransitionSet
();
45
tg.setOrdering(
TransitionSet
.ORDERING_SEQUENTIAL);
/frameworks/base/core/java/android/transition/
TransitionSet.java
27
* A
TransitionSet
is a parent of child transitions (including other
31
* uses a
TransitionSet
to sequentially play a Fade(Fade.OUT), followed by
34
* <p>A
TransitionSet
can be described in a resource file by using the
35
* tag <code>
transitionSet
</code>, along with the standard
36
* attributes of {@link android.R.styleable#
TransitionSet
} and
38
*
TransitionSet
object can be loaded by adding those child tags inside the
39
* enclosing <code>
transitionSet
</code> tag. For example, the following xml
40
* describes a
TransitionSet
that plays a Fade and then a ChangeBounds
43
* <
transitionSet
xmlns:android="http://schemas.android.com/apk/res/android"
47
* </
transitionSet
>
[
all
...]
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 64 milliseconds