/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/ |
H A D | BaseModelUpdateTask.java | 24 import com.android.launcher3.model.BgDataModel.Callbacks; 25 import com.android.launcher3.model.BgDataModel.FixedContainerItems; 50 private BgDataModel mDataModel; 55 BgDataModel dataModel, AllAppsList allAppsList, Executor uiExecutor) { in init() 79 LauncherAppState app, BgDataModel dataModel, AllAppsList apps); in execute() 119 public void bindDeepShortcuts(BgDataModel dataModel) { in bindDeepShortcuts() 125 public void bindUpdatedWidgets(BgDataModel dataModel) { in bindUpdatedWidgets()
|
H A D | BaseLoaderResults.java | 30 import com.android.launcher3.model.BgDataModel.Callbacks; 31 import com.android.launcher3.model.BgDataModel.FixedContainerItems; 59 protected final BgDataModel mBgDataModel; 66 public BaseLoaderResults(LauncherAppState app, BgDataModel dataModel, in BaseLoaderResults() 140 private final BgDataModel mBgDataModel; 151 BgDataModel bgDataModel, in WorkspaceBinder()
|
H A D | ModelDelegate.java | 43 Context context, LauncherAppState app, AllAppsList appsList, BgDataModel dataModel, in newInstance() 56 protected BgDataModel mDataModel;
|
H A D | AddWorkspaceItemsTask.java | 34 import com.android.launcher3.model.BgDataModel.Callbacks; 67 public void execute(LauncherAppState app, BgDataModel dataModel, AllAppsList apps) { in execute() 218 protected boolean shortcutExists(BgDataModel dataModel, Intent intent, UserHandle user) { in shortcutExists() 274 protected int[] findSpaceForItem( LauncherAppState app, BgDataModel dataModel, in findSpaceForItem()
|
H A D | CacheDataUpdatedTask.java | 48 public void execute(LauncherAppState app, BgDataModel dataModel, AllAppsList apps) { in execute()
|
H A D | PackageIncrementalDownloadUpdatedTask.java | 46 public void execute(LauncherAppState app, BgDataModel dataModel, AllAppsList appsList) { in execute()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | LauncherModel.java | 43 import com.android.launcher3.model.BgDataModel; 44 import com.android.launcher3.model.BgDataModel.Callbacks; 116 private final BgDataModel mBgDataModel = new BgDataModel(); 431 public void loadAsync(Consumer<BgDataModel> callback) { in loadAsync() 445 public void execute(LauncherAppState app, BgDataModel dataModel, AllAppsList apps) { in onInstallSessionCreated() 460 public void execute(LauncherAppState app, BgDataModel dataModel, AllAppsList apps) { in onSessionFailure() 563 public void execute(LauncherAppState app, BgDataModel dataModel, AllAppsList apps) { in onWidgetLabelsUpdated() 596 BgDataModel dataModel, AllAppsList allAppsList, Executor uiExecutor); in init() 614 public void execute(LauncherAppState app, BgDataModel dataModel, AllAppsList apps) { in updateAndBindWorkspaceItem() 627 public void execute(LauncherAppState app, BgDataModel dataModel, AllAppsList apps) { in refreshAndBindWidgetsAndShortcuts()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/ |
H A D | HotseatPredictionModel.java | 28 import com.android.launcher3.model.BgDataModel; 29 import com.android.launcher3.model.BgDataModel.FixedContainerItems; 44 public static Bundle convertDataModelToAppTargetBundle(Context context, BgDataModel dataModel) { in convertDataModelToAppTargetBundle()
|
/aosp12/packages/apps/Launcher3/go/src/com/android/launcher3/model/ |
H A D | LoaderResults.java | 22 import com.android.launcher3.model.BgDataModel.Callbacks; 29 public LoaderResults(LauncherAppState app, BgDataModel dataModel, in LoaderResults()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
H A D | WorkProfileManager.java | 18 import static com.android.launcher3.model.BgDataModel.Callbacks.FLAG_HAS_SHORTCUT_PERMISSION; 19 import static com.android.launcher3.model.BgDataModel.Callbacks.FLAG_QUIET_MODE_CHANGE_PERMISSION; 20 import static com.android.launcher3.model.BgDataModel.Callbacks.FLAG_QUIET_MODE_ENABLED;
|
/aosp12/packages/apps/Launcher3/src_shortcuts_overrides/com/android/launcher3/model/ |
H A D | LoaderResults.java | 22 import com.android.launcher3.model.BgDataModel.Callbacks; 34 public LoaderResults(LauncherAppState app, BgDataModel dataModel, in LoaderResults()
|
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/util/ |
H A D | LauncherModelHelper.java | 60 import com.android.launcher3.model.BgDataModel; 61 import com.android.launcher3.model.BgDataModel.Callbacks; 117 private BgDataModel mDataModel; 149 public synchronized BgDataModel getBgDataModel() { in getBgDataModel() 196 public void init(LauncherAppState app, LauncherModel model, BgDataModel dataModel, in executeTaskForTest() 216 public <T> T executeSimpleTask(Function<BgDataModel, T> task) throws Exception { in executeSimpleTask() argument 217 BgDataModel dataModel = getBgDataModel(); in executeSimpleTask() 225 BgDataModel bgDataModel = getBgDataModel(); in initializeData()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
H A D | TaskbarModelCallbacks.java | 22 import com.android.launcher3.model.BgDataModel; 23 import com.android.launcher3.model.BgDataModel.FixedContainerItems; 42 BgDataModel.Callbacks, LauncherBindableItemsContainer {
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/ |
H A D | DefaultAppSearchAlgorithm.java | 29 import com.android.launcher3.model.BgDataModel; 64 public void execute(LauncherAppState app, BgDataModel dataModel, AllAppsList apps) { in doSearch()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
H A D | PreviewSurfaceRenderer.java | 47 import com.android.launcher3.model.BgDataModel; 160 new BgDataModel(), in loadModelData() 203 private void renderView(Context inflationContext, BgDataModel dataModel, in renderView()
|
H A D | LauncherPreviewRenderer.java | 75 import com.android.launcher3.model.BgDataModel; 76 import com.android.launcher3.model.BgDataModel.FixedContainerItems; 265 public View getRenderedView(BgDataModel dataModel, in getRenderedView() 413 private void populate(BgDataModel dataModel,
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/ |
H A D | WidgetsPredictionUpdateTask.java | 26 import com.android.launcher3.model.BgDataModel.FixedContainerItems; 55 public void execute(LauncherAppState appState, BgDataModel dataModel, AllAppsList apps) { in execute()
|
H A D | PredictionUpdateTask.java | 32 import com.android.launcher3.model.BgDataModel.FixedContainerItems; 56 public void execute(LauncherAppState app, BgDataModel dataModel, AllAppsList apps) { in execute()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/data/ |
H A D | SearchActionItemInfo.java | 36 import com.android.launcher3.model.BgDataModel; 174 public void execute(LauncherAppState app, BgDataModel dataModel, AllAppsList apps) { in createWorkspaceItem()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
H A D | FolderNameProvider.java | 29 import com.android.launcher3.model.BgDataModel; 176 public void execute(LauncherAppState app, BgDataModel dataModel, AllAppsList apps) { in execute()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/ |
H A D | SecondaryDisplayLauncher.java | 34 import com.android.launcher3.model.BgDataModel; 50 implements BgDataModel.Callbacks {
|
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/model/ |
H A D | AddWorkspaceItemsTaskTest.java | 23 import com.android.launcher3.model.BgDataModel.Callbacks; 167 BgDataModel bgDataModel, int startId, int screenId, Rect... holes) { in writeWorkspaceWithHoles()
|
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/model/ |
H A D | WidgetsPredicationUpdateTaskTest.java | 48 import com.android.launcher3.model.BgDataModel.FixedContainerItems; 217 private final class FakeBgDataModelCallback implements BgDataModel.Callbacks {
|
/aosp12/packages/apps/Launcher3/tests/res/raw/ |
H A D | package_install_state_change_task_data.txt | 6 # Items for the BgDataModel
|
H A D | widgets_predication_update_task_data.txt | 6 # Items for the BgDataModel
|