HomeSort by relevance Sort by last modified time
    Searched refs:WidgetsBottomSheet (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetsBottomSheet.java 44 public class WidgetsBottomSheet extends BaseWidgetSheet implements Insettable {
50 public WidgetsBottomSheet(Context context, AttributeSet attrs) {
54 public WidgetsBottomSheet(Context context, AttributeSet attrs, int defStyleAttr) {
104 WidgetsBottomSheet.LayoutParams params = (WidgetsBottomSheet.LayoutParams)
  /packages/apps/Launcher3/src/com/android/launcher3/popup/
SystemShortcut.java 21 import com.android.launcher3.widget.WidgetsBottomSheet;
59 WidgetsBottomSheet widgetsBottomSheet =
60 (WidgetsBottomSheet) launcher.getLayoutInflater().inflate(
62 widgetsBottomSheet.populateAndShow(itemInfo);

Completed in 199 milliseconds