Home
last modified time | relevance | path

Searched refs:WidgetsFullSheet (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsFullSheet.java86 public class WidgetsFullSheet extends BaseWidgetSheet class
156 public WidgetsFullSheet(Context context, AttributeSet attrs, int defStyleAttr) { in WidgetsFullSheet() method in WidgetsFullSheet
178 public WidgetsFullSheet(Context context, AttributeSet attrs) { in WidgetsFullSheet() method in WidgetsFullSheet
674 public static WidgetsFullSheet show(BaseActivity activity, boolean animate) { in show()
675 WidgetsFullSheet sheet = (WidgetsFullSheet) activity.getLayoutInflater().inflate( in show()
825 WidgetsFullSheet sheet = show(BaseActivity.fromContext(getContext()), false); in onDeviceProfileChanged()
1010 /* iconClickListener= */ WidgetsFullSheet.this, in AdapterHolder()
1011 /* iconLongClickListener= */ WidgetsFullSheet.this, in AdapterHolder()
1039 mWidgetsRecyclerView.setHeaderViewDimensionsProvider(WidgetsFullSheet.this); in setup()
DWidgetsTwoPaneSheet.java60 public class WidgetsTwoPaneSheet extends WidgetsFullSheet {
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
DTaplWidgetPickerTest.java30 import com.android.launcher3.widget.picker.WidgetsFullSheet;
45 return WidgetsFullSheet.getWidgetsView(launcher); in getWidgetsView()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DOptionsPopupView.java56 import com.android.launcher3.widget.picker.WidgetsFullSheet;
244 public static WidgetsFullSheet openWidgets(Launcher launcher) { in openWidgets()
252 return (WidgetsFullSheet) floatingView; in openWidgets()
254 return WidgetsFullSheet.show(launcher, true /* animated */); in openWidgets()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DWidgetPickerActivity.java51 import com.android.launcher3.widget.picker.WidgetsFullSheet;
122 BaseWidgetSheet widgetSheet = WidgetsFullSheet.show(this, true); in onCreate()
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java64 import com.android.launcher3.widget.picker.WidgetsFullSheet;
167 l -> WidgetsFullSheet.getWidgetsView(l).computeVerticalScrollOffset()); in call()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java267 import com.android.launcher3.widget.picker.WidgetsFullSheet;
1356 WidgetsFullSheet.show(this, false).restoreHierarchyState(widgetsState);