Searched refs:boundPages (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/ |
D | ModelMultiCallbacksTest.java | 189 public void onInitialBindComplete(IntSet boundPages, RunnableList pendingTasks, in onInitialBindComplete() argument 191 mPageBoundSync = boundPages; in onInitialBindComplete()
|
D | AsyncBindingTest.kt | 200 boundPages: IntSet, in <lambda>()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | ModelCallbacks.kt | 85 boundPages: LIntSet, in <lambda>() 97 synchronouslyBoundPages = boundPages in <lambda>()
|
D | Launcher.java | 2401 public void onInitialBindComplete(IntSet boundPages, RunnableList pendingTasks, 2403 mModelCallbacks.onInitialBindComplete(boundPages, pendingTasks, onCompleteSignal,
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | BgDataModel.java | 544 default void onInitialBindComplete(@NonNull IntSet boundPages, in onInitialBindComplete() argument
|