summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/app/UiAutomation.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/java/android/app/UiAutomation.java b/core/java/android/app/UiAutomation.java
index e0b484cca828..65f71d048310 100644
--- a/core/java/android/app/UiAutomation.java
+++ b/core/java/android/app/UiAutomation.java
@@ -1174,7 +1174,9 @@ public final class UiAutomation {
* @see android.view.WindowAnimationFrameStats
* @see #getWindowAnimationFrameStats()
* @see android.R.styleable#WindowAnimation
+ * @deprecated animation-frames are no-longer used.
*/
+ @Deprecated
public void clearWindowAnimationFrameStats() {
try {
if (DEBUG) {
@@ -1213,7 +1215,9 @@ public final class UiAutomation {
* @see android.view.WindowAnimationFrameStats
* @see #clearWindowAnimationFrameStats()
* @see android.R.styleable#WindowAnimation
+ * @deprecated animation-frames are no-longer used.
*/
+ @Deprecated
public WindowAnimationFrameStats getWindowAnimationFrameStats() {
try {
if (DEBUG) {