@@ -153,8 +153,8 @@ public static void apply(int gravity, int w, int h, Rect container, Rect outRect
153153 * container.
154154 * @param layoutDirection The layout direction.
155155 *
156- * @see {@link View#LAYOUT_DIRECTION_LTR}
157- * @see {@link View#LAYOUT_DIRECTION_RTL}
156+ * @see View#LAYOUT_DIRECTION_LTR
157+ * @see View#LAYOUT_DIRECTION_RTL
158158 */
159159 public static void apply (int gravity , int w , int h , Rect container ,
160160 Rect outRect , int layoutDirection ) {
@@ -290,8 +290,8 @@ public static void apply(int gravity, int w, int h, Rect container,
290290 * container.
291291 * @param layoutDirection The layout direction.
292292 *
293- * @see {@link View#LAYOUT_DIRECTION_LTR}
294- * @see {@link View#LAYOUT_DIRECTION_RTL}
293+ * @see View#LAYOUT_DIRECTION_LTR
294+ * @see View#LAYOUT_DIRECTION_RTL
295295 */
296296 public static void apply (int gravity , int w , int h , Rect container ,
297297 int xAdj , int yAdj , Rect outRect , int layoutDirection ) {
@@ -370,8 +370,8 @@ public static void applyDisplay(int gravity, Rect display, Rect inoutObj) {
370370 * modified if needed to fit in the display.
371371 * @param layoutDirection The layout direction.
372372 *
373- * @see {@link View#LAYOUT_DIRECTION_LTR}
374- * @see {@link View#LAYOUT_DIRECTION_RTL}
373+ * @see View#LAYOUT_DIRECTION_LTR
374+ * @see View#LAYOUT_DIRECTION_RTL
375375 */
376376 public static void applyDisplay (int gravity , Rect display , Rect inoutObj , int layoutDirection ) {
377377 int absGravity = getAbsoluteGravity (gravity , layoutDirection );
0 commit comments