summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorEvan Rosky <erosky@google.com>2021-10-20 19:56:18 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-10-20 19:56:18 +0000
commit1b9072c6aa3f1f178f88dfcecc5a5aa98fb1ddf7 (patch)
treeac3224c948b7b16f10c700152d3e7fc3f0a5acf4 /core/java/android
parent4de18a55a9034e78eaa42f673f7bb1589fa3497b (diff)
parent6eddd842799d2dffab46c98b91e1b355bc9ad8fd (diff)
Merge "Deprecate AnimationFrameStats"
Diffstat (limited to 'core/java/android')
-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) {