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

Commit bae1d478 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android (Google) Code Review
Browse files

Merge "Fix the build" into jb-mr1-dev

parents 56b62939 c5daf84f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -376,8 +376,8 @@ public abstract class Drawable {
    /**
     * Returns the resolved layout direction for this Drawable.
     *
     * @return One of {@link View#LAYOUT_DIRECTION_LTR},
     *   {@link View#LAYOUT_DIRECTION_RTL}
     * @return One of {@link android.view.View#LAYOUT_DIRECTION_LTR},
     *   {@link android.view.View#LAYOUT_DIRECTION_RTL}
     */
    public int getLayoutDirection() {
        return mLayoutDirection;
@@ -387,8 +387,8 @@ public abstract class Drawable {
     * Set the layout direction for this drawable. Should be a resolved direction as the
     * Drawable as no capacity to do the resolution on his own.
     *
     * @param layoutDirection One of {@link View#LAYOUT_DIRECTION_LTR},
     *   {@link View#LAYOUT_DIRECTION_RTL},
     * @param layoutDirection One of {@link android.view.View#LAYOUT_DIRECTION_LTR},
     *   {@link android.view.View#LAYOUT_DIRECTION_RTL},
     *
     */
    public void setLayoutDirection(int layoutDirection) {