Home | History | Annotate | Download | only in transition

Lines Matching defs:Slide

39 public class Slide extends Visibility {
40 private static final String TAG = "Slide";
43 private static final String PROPNAME_SCREEN_POSITION = "android:slide:screenPosition";
102 * slide edge direction.
104 public Slide() {
109 * Constructor using the provided slide edge direction.
111 public Slide(int slideEdge) {
115 public Slide(Context context, AttributeSet attrs) {
117 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.Slide);
165 throw new IllegalArgumentException("Invalid slide direction");