summaryrefslogtreecommitdiff
path: root/core/java/android/view/RemoteAnimationAdapter.java
diff options
context:
space:
mode:
authorMathew Inwood <mathewi@google.com>2018-08-17 15:07:52 +0100
committerMathew Inwood <mathewi@google.com>2018-08-20 14:52:19 +0100
commite5ad598d1143ecc86b4d66f70ca098df068031a9 (patch)
tree1cd1d73a0e37d5dcf11d29cf70eb7c7d1f33c3da /core/java/android/view/RemoteAnimationAdapter.java
parent44bafe68370296c613f900e3ed15d21c39cfc2d2 (diff)
Add @UnsupportedAppUsage annotations
For packages: android.view.textservice android.view.textclassifier.logging android.view.textclassifier android.view.inputmethod android.view.autofill android.view.accessibility android.view This is an automatically generated CL. See go/UnsupportedAppUsage for more details. Exempted-From-Owner-Approval: Mechanical changes to the codebase which have been approved by Android API council and announced on android-eng@ Bug: 110868826 Test: m Change-Id: Ie4663ebd4640b2893e575e599582d2c9530da313 Merged-In: I4147b038ed7adf0311ee9918b44766f82a057eaf
Diffstat (limited to 'core/java/android/view/RemoteAnimationAdapter.java')
-rw-r--r--core/java/android/view/RemoteAnimationAdapter.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/view/RemoteAnimationAdapter.java b/core/java/android/view/RemoteAnimationAdapter.java
index a864e550c256..3c9ce788b706 100644
--- a/core/java/android/view/RemoteAnimationAdapter.java
+++ b/core/java/android/view/RemoteAnimationAdapter.java
@@ -16,6 +16,7 @@
package android.view;
+import android.annotation.UnsupportedAppUsage;
import android.app.ActivityOptions;
import android.os.IBinder;
import android.os.Parcel;
@@ -61,6 +62,7 @@ public class RemoteAnimationAdapter implements Parcelable {
* @param statusBarTransitionDelay The desired delay for all visual animations in the
* status bar caused by this app animation in millis.
*/
+ @UnsupportedAppUsage
public RemoteAnimationAdapter(IRemoteAnimationRunner runner, long duration,
long statusBarTransitionDelay) {
mRunner = runner;