Skip to content

Commit bae1d47

Browse files
Fabrice Di MeglioAndroid (Google) Code Review
authored andcommitted
Merge "Fix the build" into jb-mr1-dev
2 parents 56b6293 + c5daf84 commit bae1d47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

graphics/java/android/graphics/drawable/Drawable.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,8 @@ public void unscheduleSelf(Runnable what) {
376376
/**
377377
* Returns the resolved layout direction for this Drawable.
378378
*
379-
* @return One of {@link View#LAYOUT_DIRECTION_LTR},
380-
* {@link View#LAYOUT_DIRECTION_RTL}
379+
* @return One of {@link android.view.View#LAYOUT_DIRECTION_LTR},
380+
* {@link android.view.View#LAYOUT_DIRECTION_RTL}
381381
*/
382382
public int getLayoutDirection() {
383383
return mLayoutDirection;
@@ -387,8 +387,8 @@ public int getLayoutDirection() {
387387
* Set the layout direction for this drawable. Should be a resolved direction as the
388388
* Drawable as no capacity to do the resolution on his own.
389389
*
390-
* @param layoutDirection One of {@link View#LAYOUT_DIRECTION_LTR},
391-
* {@link View#LAYOUT_DIRECTION_RTL},
390+
* @param layoutDirection One of {@link android.view.View#LAYOUT_DIRECTION_LTR},
391+
* {@link android.view.View#LAYOUT_DIRECTION_RTL},
392392
*
393393
*/
394394
public void setLayoutDirection(int layoutDirection) {

0 commit comments

Comments
 (0)