summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorJoshua Baxter <jbax@google.com>2019-11-06 13:50:30 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-11-06 13:50:30 -0800
commit11cffb4eb20abe155f529f5445548bd2adb291a5 (patch)
tree4dd8a887194c24e69e31563c8f77a5164cb41ee1 /core/java
parenta48f24e460060efd64af0c20946a4a420707c0f7 (diff)
parente9a62d5f860252e8fd34b2c6f91a20b569245ecf (diff)
Merge "docs: fix typos" into qt-dev am: 7bd7afabb8 am: 53fba24239 am: 20148858f5
am: e9a62d5f86 Change-Id: I5a3342cbe5e225806315ab6454fc6b874f21f3a2
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/view/animation/AnimationUtils.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/java/android/view/animation/AnimationUtils.java b/core/java/android/view/animation/AnimationUtils.java
index c877b9cec812..f5b074674454 100644
--- a/core/java/android/view/animation/AnimationUtils.java
+++ b/core/java/android/view/animation/AnimationUtils.java
@@ -127,7 +127,7 @@ public class AnimationUtils {
*
* @param context Application context used to access resources
* @param id The resource id of the animation to load
- * @return The animation object reference by the specified id
+ * @return The animation object referenced by the specified id
* @throws NotFoundException when the animation cannot be loaded
*/
public static Animation loadAnimation(Context context, @AnimRes int id)
@@ -208,7 +208,7 @@ public class AnimationUtils {
*
* @param context Application context used to access resources
* @param id The resource id of the animation to load
- * @return The animation object reference by the specified id
+ * @return The animation controller object referenced by the specified id
* @throws NotFoundException when the layout animation controller cannot be loaded
*/
public static LayoutAnimationController loadLayoutAnimation(Context context, @AnimRes int id)
@@ -331,7 +331,7 @@ public class AnimationUtils {
*
* @param context Application context used to access resources
* @param id The resource id of the animation to load
- * @return The animation object reference by the specified id
+ * @return The interpolator object referenced by the specified id
* @throws NotFoundException
*/
public static Interpolator loadInterpolator(Context context, @AnimRes @InterpolatorRes int id)
@@ -361,7 +361,7 @@ public class AnimationUtils {
*
* @param res The resources
* @param id The resource id of the animation to load
- * @return The interpolator object reference by the specified id
+ * @return The interpolator object referenced by the specified id
* @throws NotFoundException
* @hide
*/