Searched refs:getDefaultOptionsForWidget (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetHostViewLoader.java91 final Bundle options = getDefaultOptionsForWidget(mLauncher, mInfo);
155 public static Bundle getDefaultOptionsForWidget(Context context, PendingAddWidgetInfo info) { method in class:WidgetHostViewLoader
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DAddItemActivity.java208 mWidgetOptions = WidgetHostViewLoader.getDefaultOptionsForWidget(this, mPendingWidgetInfo);
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
H A DBindWidgetTest.java287 Bundle options = WidgetHostViewLoader.getDefaultOptionsForWidget(mTargetContext, pendingInfo);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java562 Bundle getDefaultOptionsForWidget(Launcher launcher, PendingAddWidgetInfo info) { method in class:AppsCustomizePagedView
588 final Bundle options = getDefaultOptionsForWidget(mLauncher, info);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java3519 Bundle options = WidgetHostViewLoader.getDefaultOptionsForWidget(this, pendingInfo);

Completed in 1097 milliseconds