Searched refs:SourceResources (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AutoInstallsLayout.java | 177 protected final SourceResources mSourceRes; 196 this(context, appWidgetHolder, callback, SourceResources.wrap(res), in AutoInstallsLayout() 201 LayoutParserCallback callback, SourceResources res, in AutoInstallsLayout() 725 public interface SourceResources { interface in AutoInstallsLayout 744 static SourceResources wrap(Resources res) { in wrap() 745 return new SourceResources() { in wrap()
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | ModelDbController.java | 60 import com.android.launcher3.AutoInstallsLayout.SourceResources; 537 return getAutoInstallsLayoutFromIS(in, widgetHolder, new SourceResources() { }); in createWorkspaceLoaderFromAppRestriction() 560 return getAutoInstallsLayoutFromIS(in, widgetHolder, SourceResources.wrap(res)); in createWorkspaceLoaderFromAppRestriction() 568 LauncherWidgetHolder widgetHolder, SourceResources res) throws Exception { in getAutoInstallsLayoutFromIS()
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/ |
D | AutoInstallsLayoutTest.kt | 28 import com.android.launcher3.AutoInstallsLayout.SourceResources 199 SourceResources.wrap(targetContext.resources), in LauncherLayoutBuilder()
|