Home
last modified time | relevance | path

Searched refs:WidgetsBottomSheet (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetsBottomSheet.java50 public class WidgetsBottomSheet extends BaseWidgetSheet { class
56 public WidgetsBottomSheet(Context context, AttributeSet attrs) { in WidgetsBottomSheet() method in WidgetsBottomSheet
60 public WidgetsBottomSheet(Context context, AttributeSet attrs, int defStyleAttr) { in WidgetsBottomSheet() method in WidgetsBottomSheet
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcut.java41 import com.android.launcher3.widget.WidgetsBottomSheet;
129 WidgetsBottomSheet widgetsBottomSheet = in onClick()
130 (WidgetsBottomSheet) mTarget.getLayoutInflater().inflate( in onClick()