OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ChangeBounds
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/transition/
ChangeBounds.java
37
* <p>A
ChangeBounds
transition can be described in a resource file by using the
38
* tag <code>
changeBounds
</code>, along with the other standard
41
public class
ChangeBounds
extends Transition {
43
private static final String PROPNAME_BOUNDS = "android:
changeBounds
:bounds";
44
private static final String PROPNAME_PARENT = "android:
changeBounds
:parent";
45
private static final String PROPNAME_WINDOW_X = "android:
changeBounds
:windowX";
46
private static final String PROPNAME_WINDOW_Y = "android:
changeBounds
:windowY";
57
private static final String LOG_TAG = "
ChangeBounds
";
71
* Setting this flag tells
ChangeBounds
to track the before/after parent
121
// triggered by a property on
ChangeBounds
. Otherwise, we're forcing the requirement tha
[
all
...]
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 71 milliseconds