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.java48 public class WidgetsBottomSheet extends BaseWidgetSheet implements Insettable { class
68 public WidgetsBottomSheet(Context context, AttributeSet attrs) { in WidgetsBottomSheet() method in WidgetsBottomSheet
72 public WidgetsBottomSheet(Context context, AttributeSet attrs, int defStyleAttr) { in WidgetsBottomSheet() method in WidgetsBottomSheet
121 WidgetsBottomSheet.LayoutParams params = (WidgetsBottomSheet.LayoutParams) in onWidgetsBound()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcut.java29 import com.android.launcher3.widget.WidgetsBottomSheet;
116 WidgetsBottomSheet widgetsBottomSheet = in onClick()
117 (WidgetsBottomSheet) mTarget.getLayoutInflater().inflate( in onClick()