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

  /frameworks/base/core/java/android/transition/
ChangeBounds.java 45 * <p>A ChangeBounds transition can be described in a resource file by using the
46 * tag <code>changeBounds</code>, along with the other standard
49 public class ChangeBounds extends Transition {
51 private static final String PROPNAME_BOUNDS = "android:changeBounds:bounds";
52 private static final String PROPNAME_PARENT = "android:changeBounds:parent";
53 private static final String PROPNAME_WINDOW_X = "android:changeBounds:windowX";
54 private static final String PROPNAME_WINDOW_Y = "android:changeBounds:windowY";
83 private static final String LOG_TAG = "ChangeBounds";
87 public ChangeBounds() {}
89 public ChangeBounds(Context context, AttributeSet attrs)
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 3155 milliseconds