Searched refs:onInitialBindComplete (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | BaseLauncherBinder.java | 381 c.onInitialBindComplete(currentScreenIds, pendingTasks, onCompleteSignal, in bind() 507 c.onInitialBindComplete(mCurrentScreenIds, new RunnableList(), onCompleteSignal, in bindCurrentWorkspacePages()
|
D | BgDataModel.java | 544 default void onInitialBindComplete(@NonNull IntSet boundPages, in onInitialBindComplete() method
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/ |
D | AsyncBindingTest.kt | 199 override fun onInitialBindComplete( in <lambda>() method in com.android.launcher3.model.AsyncBindingTest.MyCallbacks
|
D | ModelMultiCallbacksTest.java | 189 public void onInitialBindComplete(IntSet boundPages, RunnableList pendingTasks, in onInitialBindComplete() method in ModelMultiCallbacksTest.MyCallbacks
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | ModelCallbacks.kt | 84 override fun onInitialBindComplete( in <lambda>() method in com.android.launcher3.ModelCallbacks
|
D | Launcher.java | 2401 public void onInitialBindComplete(IntSet boundPages, RunnableList pendingTasks, 2403 mModelCallbacks.onInitialBindComplete(boundPages, pendingTasks, onCompleteSignal,
|