Searched refs:WidgetsFullSheet (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/ |
D | WidgetsFullSheet.java | 86 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()
|
D | WidgetsTwoPaneSheet.java | 60 public class WidgetsTwoPaneSheet extends WidgetsFullSheet {
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/ |
D | TaplWidgetPickerTest.java | 30 import com.android.launcher3.widget.picker.WidgetsFullSheet; 45 return WidgetsFullSheet.getWidgetsView(launcher); in getWidgetsView()
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | OptionsPopupView.java | 56 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/ |
D | WidgetPickerActivity.java | 51 import com.android.launcher3.widget.picker.WidgetsFullSheet; 122 BaseWidgetSheet widgetSheet = WidgetsFullSheet.show(this, true); in onCreate()
|
/packages/apps/Launcher3/src/com/android/launcher3/testing/ |
D | TestInformationHandler.java | 64 import com.android.launcher3.widget.picker.WidgetsFullSheet; 167 l -> WidgetsFullSheet.getWidgetsView(l).computeVerticalScrollOffset()); in call()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Launcher.java | 267 import com.android.launcher3.widget.picker.WidgetsFullSheet; 1356 WidgetsFullSheet.show(this, false).restoreHierarchyState(widgetsState);
|