Searched refs:getWidgetsView (Results 1 – 4 of 4) sorted by relevance
91 private WidgetsRecyclerView getWidgetsView(Launcher launcher) { in getWidgetsView() method in TaplTestsLauncher392 return WidgetsFullSheet.getWidgetsView(launcher); in getWidgetsView()246 assertTrue("Widgets is initially opened", getWidgetsView(launcher) == null)); in testWidgets()252 assertTrue("Widgets is not shown", getWidgetsView(launcher).isShown())); in testWidgets()268 launcher -> getWidgetsView(launcher) == null); in testWidgets()272 return getWidgetsView(launcher).getCurrentScrollY(); in getWidgetsScroll()
520 private View getWidgetsView(ViewGroup container) {534 View widgetsView = getWidgetsView(PopupContainerWithArrow.this);536 widgetsView = getWidgetsView(mWidgetContainer);
103 l -> WidgetsFullSheet.getWidgetsView(l).getCurrentScrollY()); in call()
618 public static WidgetsRecyclerView getWidgetsView(Launcher launcher) { in getWidgetsView() method in WidgetsFullSheet