File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
graphics/java/android/graphics Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ public Rect() {}
4949 * checking is performed, so the caller must ensure that left <= right and
5050 * top <= bottom.
5151 *
52- * @param left The X coordinate of the left side of the rectagle
52+ * @param left The X coordinate of the left side of the rectangle
5353 * @param top The Y coordinate of the top of the rectangle
54- * @param right The X coordinate of the right side of the rectagle
54+ * @param right The X coordinate of the right side of the rectangle
5555 * @param bottom The Y coordinate of the bottom of the rectangle
5656 */
5757 public Rect (int left , int top , int right , int bottom ) {
@@ -235,9 +235,9 @@ public void setEmpty() {
235235 * checking is performed, so it is up to the caller to ensure that
236236 * left <= right and top <= bottom.
237237 *
238- * @param left The X coordinate of the left side of the rectagle
238+ * @param left The X coordinate of the left side of the rectangle
239239 * @param top The Y coordinate of the top of the rectangle
240- * @param right The X coordinate of the right side of the rectagle
240+ * @param right The X coordinate of the right side of the rectangle
241241 * @param bottom The Y coordinate of the bottom of the rectangle
242242 */
243243 public void set (int left , int top , int right , int bottom ) {
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ public RectF() {}
4646 * checking is performed, so the caller must ensure that left <= right and
4747 * top <= bottom.
4848 *
49- * @param left The X coordinate of the left side of the rectagle
49+ * @param left The X coordinate of the left side of the rectangle
5050 * @param top The Y coordinate of the top of the rectangle
51- * @param right The X coordinate of the right side of the rectagle
51+ * @param right The X coordinate of the right side of the rectangle
5252 * @param bottom The Y coordinate of the bottom of the rectangle
5353 */
5454 public RectF (float left , float top , float right , float bottom ) {
@@ -182,9 +182,9 @@ public void setEmpty() {
182182 * checking is performed, so it is up to the caller to ensure that
183183 * left <= right and top <= bottom.
184184 *
185- * @param left The X coordinate of the left side of the rectagle
185+ * @param left The X coordinate of the left side of the rectangle
186186 * @param top The Y coordinate of the top of the rectangle
187- * @param right The X coordinate of the right side of the rectagle
187+ * @param right The X coordinate of the right side of the rectangle
188188 * @param bottom The Y coordinate of the bottom of the rectangle
189189 */
190190 public void set (float left , float top , float right , float bottom ) {
You can’t perform that action at this time.
0 commit comments