Home
last modified time | relevance | path

Searched refs:InflationResult (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetInflater.kt35 ): InflationResult { in inflateAppWidget()
39 return InflationResult( in inflateAppWidget()
47 return InflationResult(TYPE_PENDING) in inflateAppWidget()
95 return InflationResult( in inflateAppWidget()
179 return InflationResult(TYPE_DELETE, reason = removalReason) in inflateAppWidget()
183 return InflationResult(TYPE_REAL, isUpdate = update, widgetInfo = appWidgetInfo) in inflateAppWidget()
185 return InflationResult(TYPE_PENDING, isUpdate = update, widgetInfo = appWidgetInfo) in inflateAppWidget()
189 data class InflationResult( dataClass
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DWorkspaceItemProcessorTest.kt549 WidgetInflater.InflationResult( in When valid TYPE_REAL App Widget then add item()
607 WidgetInflater.InflationResult( in When valid Pending Widget then checkAndAddItem()
648 WidgetInflater.InflationResult(type = WidgetInflater.TYPE_PENDING, widgetInfo = null) in When Unrestored Pending App Widget then mark deleted()
706 WidgetInflater.InflationResult( in When Pending App Widget has not started restore then update db and add item()
783 WidgetInflater.InflationResult( in When Archived Pending App Widget then checkAndAddItem()
828 WidgetInflater.InflationResult( in When widget inflation result is TYPE_DELETE then mark deleted()