Home
last modified time | relevance | path

Searched defs:viewFactory (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/qsb/
DQsbContainerView.java335 public QsbWidgetHost(Context context, int hostId, WidgetViewFactory viewFactory, in QsbWidgetHost()
342 public QsbWidgetHost(Context context, int hostId, WidgetViewFactory viewFactory) { in QsbWidgetHost()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DViewInflationDuringSwipeUp.java156 SimpleViewsFactory viewFactory = new SimpleViewsFactory(); in testSwipeUp_with_list_widgets() local