HomeSort by relevance Sort by last modified time
    Searched defs:ChangeBounds (Results 1 - 5 of 5) sorted by null

  /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/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 155 milliseconds