File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
graphics/java/android/graphics/drawable Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments