diff options
| author | Evan Rosky <erosky@google.com> | 2021-10-20 19:56:18 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-10-20 19:56:18 +0000 |
| commit | 1b9072c6aa3f1f178f88dfcecc5a5aa98fb1ddf7 (patch) | |
| tree | ac3224c948b7b16f10c700152d3e7fc3f0a5acf4 /core/java/android | |
| parent | 4de18a55a9034e78eaa42f673f7bb1589fa3497b (diff) | |
| parent | 6eddd842799d2dffab46c98b91e1b355bc9ad8fd (diff) | |
Merge "Deprecate AnimationFrameStats"
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/app/UiAutomation.java | 4 |
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) { |
