Searched refs:RemoteViewsFrameLayout (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java291 static class RemoteViewsFrameLayout extends AppWidgetHostView { class in class:RemoteViewsAdapter
294 public RemoteViewsFrameLayout(Context context, FixedSizeRemoteViewsCache cache) { method in class:RemoteViewsAdapter.RemoteViewsFrameLayout
300 * Updates this RemoteViewsFrameLayout depending on the view that was loaded.
331 private final SparseArray<LinkedList<RemoteViewsFrameLayout>> mReferences =
333 private final HashMap<RemoteViewsFrameLayout, LinkedList<RemoteViewsFrameLayout>>
337 * Adds a new reference to a RemoteViewsFrameLayout returned by the adapter.
339 public void add(int position, RemoteViewsFrameLayout layout) {
340 LinkedList<RemoteViewsFrameLayout> refs = mReferences.get(position);
344 refs = new LinkedList<RemoteViewsFrameLayout>();
[all...]
H A DRemoteViews.java471 // 2) an AppWidgetHostView that is not a RemoteViewsFrameLayout, or
477 !(parent instanceof RemoteViewsAdapter.RemoteViewsFrameLayout))) {

Completed in 62 milliseconds