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

  /packages/apps/Launcher3/src/com/android/launcher3/views/
OptionsPopupView.java 41 import com.android.launcher3.widget.WidgetsFullSheet;
161 WidgetsFullSheet.show(launcher, true /* animated */);
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetsFullSheet.java 41 public class WidgetsFullSheet extends BaseWidgetSheet
54 public WidgetsFullSheet(Context context, AttributeSet attrs, int defStyleAttr) {
63 public WidgetsFullSheet(Context context, AttributeSet attrs) {
218 public static WidgetsFullSheet show(Launcher launcher, boolean animate) {
219 WidgetsFullSheet sheet = (WidgetsFullSheet) launcher.getLayoutInflater()

Completed in 163 milliseconds