Home
last modified time | relevance | path

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

/aosp14/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
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DBigPictureNotificationImageView.java73 @android.view.RemotableViewMethod(asyncImpl = "setImageURIAsync")
85 @android.view.RemotableViewMethod(asyncImpl = "setImageIconAsync")
H A DCachingIconView.java100 @RemotableViewMethod(asyncImpl="setImageIconAsync")
132 @RemotableViewMethod(asyncImpl="setImageResourceAsync")
165 @RemotableViewMethod(asyncImpl="setImageURIAsync")
H A DEmphasizedNotificationButton.java83 @RemotableViewMethod(asyncImpl = "setImageIconAsync")
H A DMessagingLayout.java163 @RemotableViewMethod(asyncImpl = "setDataAsync")
H A DConversationLayout.java390 @RemotableViewMethod(asyncImpl = "setDataAsync")
/aosp14/frameworks/base/core/java/android/widget/
H A DCompoundButton.java280 @RemotableViewMethod(asyncImpl = "setButtonDrawableAsync")
353 @RemotableViewMethod(asyncImpl = "setButtonIconAsync")
H A DSwitch.java553 @RemotableViewMethod(asyncImpl = "setTrackResourceAsync")
582 @RemotableViewMethod(asyncImpl = "setTrackIconAsync")
732 @RemotableViewMethod(asyncImpl = "setThumbResourceAsync")
763 @RemotableViewMethod(asyncImpl = "setThumbIconAsync")
H A DImageView.java496 @android.view.RemotableViewMethod(asyncImpl="setImageResourceAsync")
552 @android.view.RemotableViewMethod(asyncImpl="setImageURIAsync")
621 @android.view.RemotableViewMethod(asyncImpl="setImageIconAsync")
H A DAdapterViewAnimator.java986 @android.view.RemotableViewMethod(asyncImpl="setRemoteViewsAdapterAsync")
H A DGridView.java196 @android.view.RemotableViewMethod(asyncImpl="setRemoteViewsAdapterAsync")
H A DListView.java537 @android.view.RemotableViewMethod(asyncImpl="setRemoteViewsAdapterAsync")
H A DRemoteViews.java1598 method.getAnnotation(RemotableViewMethod.class).asyncImpl(); in getMethod()
H A DTextView.java6947 @android.view.RemotableViewMethod(asyncImpl = "setTextAsync")
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt3498 method public abstract String asyncImpl() default "";