Home
last modified time | relevance | path

Searched refs:boundPages (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DModelMultiCallbacksTest.java189 public void onInitialBindComplete(IntSet boundPages, RunnableList pendingTasks, in onInitialBindComplete() argument
191 mPageBoundSync = boundPages; in onInitialBindComplete()
/packages/apps/Launcher3/src/com/android/launcher3/
DModelCallbacks.kt85 boundPages: LIntSet, in <lambda>()
95 synchronouslyBoundPages = boundPages in <lambda>()
DLauncher.java2399 public void onInitialBindComplete(IntSet boundPages, RunnableList pendingTasks,
2401 mModelCallbacks.onInitialBindComplete(boundPages, pendingTasks, onCompleteSignal,
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/model/
DAsyncBindingTest.kt200 boundPages: IntSet, in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DBgDataModel.java451 default void onInitialBindComplete(@NonNull IntSet boundPages, in onInitialBindComplete() argument