Searched refs:RemoteViewsAdapter (Results 1 - 4 of 4) sorted by relevance
/frameworks/base/core/java/android/widget/ |
H A D | RemoteViewsAdapter.java | 55 public class RemoteViewsAdapter extends BaseAdapter implements Handler.Callback { class in inherits:BaseAdapter,Handler.Callback 58 private static final String TAG = "RemoteViewsAdapter"; 111 // If a new RemoteViewsAdapter with the same intent / widget id isn't constructed within this 134 * This defers a notifyDataSetChanged on the pending RemoteViewsAdapter if it has not 143 * RemoteViewsAdapter instance is retained (this would prevent the RemoteViewsAdapter from being 151 private WeakReference<RemoteViewsAdapter> mAdapter; 154 public RemoteViewsAdapterServiceConnection(RemoteViewsAdapter adapter) { 155 mAdapter = new WeakReference<RemoteViewsAdapter>(adapter); 161 RemoteViewsAdapter adapte 825 public RemoteViewsAdapter(Context context, Intent intent, RemoteAdapterConnectionCallback callback) { method in class:RemoteViewsAdapter [all...] |
H A D | AdapterViewAnimator.java | 49 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 D | AbsListView.java | 98 RemoteViewsAdapter.RemoteAdapterConnectionCallback { 281 private RemoteViewsAdapter mRemoteAdapter; 289 * This flag indicates the a full notify is required when the RemoteViewsAdapter connects 6179 // Ensure that we don't already have a RemoteViewsAdapter that is bound to an existing 6190 // Otherwise, create a new RemoteViewsAdapter for binding 6191 mRemoteAdapter = new RemoteViewsAdapter(getContext(), intent, this); 6198 * Sets up the onClickHandler to be used by the RemoteViewsAdapter when inflating RemoteViews 6205 // Ensure that we don't already have a RemoteViewsAdapter that is bound to an existing 6213 * This defers a notifyDataSetChanged on the pending RemoteViewsAdapter if it has not 6253 * Hints the RemoteViewsAdapter, i [all...] |
/frameworks/base/core/java/android/appwidget/ |
H A D | AppWidgetHostView.java | 50 import android.widget.RemoteViewsAdapter.RemoteAdapterConnectionCallback;
|
Completed in 68 milliseconds