Searched refs:RemoteViewsAdapter (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java49 public class RemoteViewsAdapter extends BaseAdapter implements Handler.Callback { class in inherits:BaseAdapter,Handler.Callback
50 private static final String TAG = "RemoteViewsAdapter";
101 // If a new RemoteViewsAdapter with the same intent / widget id isn't constructed within this
122 * This defers a notifyDataSetChanged on the pending RemoteViewsAdapter if it has not
131 * RemoteViewsAdapter instance is retained (this would prevent the RemoteViewsAdapter from being
139 private WeakReference<RemoteViewsAdapter> mAdapter;
142 public RemoteViewsAdapterServiceConnection(RemoteViewsAdapter adapter) {
143 mAdapter = new WeakReference<RemoteViewsAdapter>(adapter);
176 final RemoteViewsAdapter adapte
754 public RemoteViewsAdapter(Context context, Intent intent, RemoteAdapterConnectionCallback callback) { method in class:RemoteViewsAdapter
[all...]
H A DAdapterViewAnimator.java49 implements RemoteViewsAdapter.RemoteAdapterConnectionCallback, Advanceable {
60 * RemoteViewsAdapter has been.
118 * The {@link RemoteViewsAdapter} for this {@link AdapterViewAnimator}
120 RemoteViewsAdapter mRemoteViewsAdapter;
978 // Ensure that we don't already have a RemoteViewsAdapter that is bound to an existing
989 // Otherwise, create a new RemoteViewsAdapter for binding
990 mRemoteViewsAdapter = new RemoteViewsAdapter(getContext(), intent, this);
997 * Sets up the onClickHandler to be used by the RemoteViewsAdapter when inflating RemoteViews
1004 // Ensure that we don't already have a RemoteViewsAdapter that is bound to an existing
1022 * This defers a notifyDataSetChanged on the pending RemoteViewsAdapter i
[all...]
H A DAbsListView.java94 RemoteViewsAdapter.RemoteAdapterConnectionCallback {
272 private RemoteViewsAdapter mRemoteAdapter;
280 * This flag indicates the a full notify is required when the RemoteViewsAdapter connects
5860 // Ensure that we don't already have a RemoteViewsAdapter that is bound to an existing
5871 // Otherwise, create a new RemoteViewsAdapter for binding
5872 mRemoteAdapter = new RemoteViewsAdapter(getContext(), intent, this);
5879 * Sets up the onClickHandler to be used by the RemoteViewsAdapter when inflating RemoteViews
5886 // Ensure that we don't already have a RemoteViewsAdapter that is bound to an existing
5894 * This defers a notifyDataSetChanged on the pending RemoteViewsAdapter if it has not
5931 * Hints the RemoteViewsAdapter, i
[all...]
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java48 import android.widget.RemoteViewsAdapter.RemoteAdapterConnectionCallback;

Completed in 89 milliseconds