Home
last modified time | relevance | path

Searched refs:widgetFeatures (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DLauncherAppWidgetInfo.java142 private int widgetFeatures; field in LauncherAppWidgetInfo
163 widgetFeatures = -1; in LauncherAppWidgetInfo()
172 widgetFeatures = computeWidgetFeatures(providerInfo, hostView); in LauncherAppWidgetInfo()
229 int widgetFeatures = 0; in computeWidgetFeatures() local
231 widgetFeatures |= FEATURE_RECONFIGURABLE; in computeWidgetFeatures()
234 widgetFeatures |= FEATURE_OPTIONAL_CONFIGURATION; in computeWidgetFeatures()
237 widgetFeatures |= FEATURE_PREVIEW_LAYOUT; in computeWidgetFeatures()
240 widgetFeatures |= FEATURE_TARGET_CELL_SIZE; in computeWidgetFeatures()
243 widgetFeatures |= FEATURE_MIN_SIZE; in computeWidgetFeatures()
246 widgetFeatures |= FEATURE_MAX_SIZE; in computeWidgetFeatures()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetAddFlowHandler.java93 int featureFlags = mProviderInfo.widgetFeatures; in needsConfigure()
DLauncherAppWidgetProviderInfo.java208 return widgetFeatures; in getWidgetFeatures()