OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ChangeBounds
(Results
1 - 9
of
9
) sorted by null
/frameworks/support/transition/src/android/support/transition/
ChangeBounds.java
31
public class
ChangeBounds
extends Transition {
33
public
ChangeBounds
() {
60
* When <code>resizeClip</code> is true,
ChangeBounds
resizes the view using the clipBounds
62
* <code>resizeClip</code> is false,
ChangeBounds
resizes the View by changing its dimensions.
64
* <p>When resizeClip is set to true, the clip bounds is modified by
ChangeBounds
. Therefore,
65
* {@link android.transition.ChangeClipBounds} is not compatible with
ChangeBounds
69
* clip bounds should be modified by
ChangeBounds
.
/frameworks/base/core/java/android/transition/
ChangeBounds.java
48
* <p>A
ChangeBounds
transition can be described in a resource file by using the
49
* tag <code>
changeBounds
</code>, using its attributes of
50
* {@link android.R.styleable#
ChangeBounds
} along with the other standard
53
public class
ChangeBounds
extends Transition {
55
private static final String PROPNAME_BOUNDS = "android:
changeBounds
:bounds";
56
private static final String PROPNAME_CLIP = "android:
changeBounds
:clip";
57
private static final String PROPNAME_PARENT = "android:
changeBounds
:parent";
58
private static final String PROPNAME_WINDOW_X = "android:
changeBounds
:windowX";
59
private static final String PROPNAME_WINDOW_Y = "android:
changeBounds
:windowY";
166
private static final String LOG_TAG = "
ChangeBounds
";
[
all
...]
/external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/20/
android.jar
/prebuilts/sdk/21/
android.jar
/prebuilts/sdk/22/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 70 milliseconds