Home
last modified time | relevance | path

Searched refs:asyncImpl (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DViewStub.java148 @android.view.RemotableViewMethod(asyncImpl = "setInflatedIdAsync")
188 @android.view.RemotableViewMethod(asyncImpl = "setLayoutResourceAsync")
238 @android.view.RemotableViewMethod(asyncImpl = "setVisibilityAsync")
H A DRemotableViewMethod.java40 String asyncImpl() default ""; in asyncImpl() method
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DCachingIconView.java64 @RemotableViewMethod(asyncImpl="setImageIconAsync")
81 @RemotableViewMethod(asyncImpl="setImageResourceAsync")
98 @RemotableViewMethod(asyncImpl="setImageURIAsync")
H A DBigPictureNotificationImageView.java63 @android.view.RemotableViewMethod(asyncImpl = "setImageURIAsync")
75 @android.view.RemotableViewMethod(asyncImpl = "setImageIconAsync")
H A DEmphasizedNotificationButton.java83 @RemotableViewMethod(asyncImpl = "setImageIconAsync")
/aosp12/frameworks/base/core/java/android/widget/
H A DSwitch.java543 @RemotableViewMethod(asyncImpl = "setTrackResourceAsync")
572 @RemotableViewMethod(asyncImpl = "setTrackIconAsync")
722 @RemotableViewMethod(asyncImpl = "setThumbResourceAsync")
753 @RemotableViewMethod(asyncImpl = "setThumbIconAsync")
H A DCompoundButton.java280 @RemotableViewMethod(asyncImpl = "setButtonDrawableAsync")
353 @RemotableViewMethod(asyncImpl = "setButtonIconAsync")
H A DImageView.java495 @android.view.RemotableViewMethod(asyncImpl="setImageResourceAsync")
551 @android.view.RemotableViewMethod(asyncImpl="setImageURIAsync")
620 @android.view.RemotableViewMethod(asyncImpl="setImageIconAsync")
H A DAdapterViewAnimator.java981 @android.view.RemotableViewMethod(asyncImpl="setRemoteViewsAdapterAsync")
H A DGridView.java196 @android.view.RemotableViewMethod(asyncImpl="setRemoteViewsAdapterAsync")
H A DListView.java539 @android.view.RemotableViewMethod(asyncImpl="setRemoteViewsAdapterAsync")
H A DRemoteViews.java1367 method.getAnnotation(RemotableViewMethod.class).asyncImpl(); in getMethod()
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt2784 method public abstract String asyncImpl() default "";