Searched refs:AdapterChildHostView (Results 1 – 4 of 4) sorted by relevance
181 AppWidgetHostView newView = convertView instanceof AppWidgetHostView.AdapterChildHostView in getView()184 : new AppWidgetHostView.AdapterChildHostView(parent.getContext()); in getView()
371 static class RemoteViewsFrameLayout extends AppWidgetHostView.AdapterChildHostView {
7247 && !(parent instanceof AppWidgetHostView.AdapterChildHostView))) {
161 public static class AdapterChildHostView extends AppWidgetHostView { class in AppWidgetHostView163 public AdapterChildHostView(Context context) { in AdapterChildHostView() method in AppWidgetHostView.AdapterChildHostView