Home
last modified time | relevance | path

Searched refs:AdapterChildHostView (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
DRemoteCollectionItemsAdapter.java181 AppWidgetHostView newView = convertView instanceof AppWidgetHostView.AdapterChildHostView in getView()
184 : new AppWidgetHostView.AdapterChildHostView(parent.getContext()); in getView()
DRemoteViewsAdapter.java371 static class RemoteViewsFrameLayout extends AppWidgetHostView.AdapterChildHostView {
DRemoteViews.java7247 && !(parent instanceof AppWidgetHostView.AdapterChildHostView))) {
/frameworks/base/core/java/android/appwidget/
DAppWidgetHostView.java161 public static class AdapterChildHostView extends AppWidgetHostView { class in AppWidgetHostView
163 public AdapterChildHostView(Context context) { in AdapterChildHostView() method in AppWidgetHostView.AdapterChildHostView