HomeSort by relevance Sort by last modified time
    Searched defs:ChangeBounds (Results 1 - 8 of 8) 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...]
  /prebuilts/sdk/current/support/transition/libs/
android-support-transition.jar 
  /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 

Completed in 252 milliseconds