OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LayoutTransition
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/animation/
LayoutTransition.java
34
* transitions for a layout container, create a
LayoutTransition
object and set it on any
35
* ViewGroup by calling {@link ViewGroup#setLayoutTransition(
LayoutTransition
)}. This will cause
37
* custom animations, use the {@link
LayoutTransition
#setAnimator(int, Animator)
85
* Using
LayoutTransition
at multiple levels of a nested view hierarchy may not work due to the
88
* this utility, because the before/after locations calculated by
LayoutTransition
95
public class
LayoutTransition
{
230
* Constructs a
LayoutTransition
object. By default, the object will listen to layout
234
public
LayoutTransition
() {
[
all
...]
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/14/
android.jar
Completed in 986 milliseconds