Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a355fbb authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Updating javadoc for StackView constructors (4554433)"

parents 7a57009c abc8b50a
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -148,14 +148,23 @@ public class StackView extends AdapterViewAnimator {
    private int mFramePadding;
    private final Rect stackInvalidateRect = new Rect();

    /**
     * {@inheritDoc}
     */
    public StackView(Context context) {
        this(context, null);
    }

    /**
     * {@inheritDoc}
     */
    public StackView(Context context, AttributeSet attrs) {
        this(context, attrs, com.android.internal.R.attr.stackViewStyle);
    }

    /**
     * {@inheritDoc}
     */
    public StackView(Context context, AttributeSet attrs, int defStyleAttr) {
        super(context, attrs, defStyleAttr);
        TypedArray a = context.obtainStyledAttributes(attrs,