Searched refs:widgetFeatures (Results 1 – 3 of 3) sorted by relevance
142 private int widgetFeatures; field in LauncherAppWidgetInfo163 widgetFeatures = -1; in LauncherAppWidgetInfo()172 widgetFeatures = computeWidgetFeatures(providerInfo, hostView); in LauncherAppWidgetInfo()229 int widgetFeatures = 0; in computeWidgetFeatures() local231 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 …]
93 int featureFlags = mProviderInfo.widgetFeatures; in needsConfigure()
208 return widgetFeatures; in getWidgetFeatures()