mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
53a15a4b1ff0aa8b421fb3fe97080f53ca10dc3c
Adding new functions to CellLayout, two of them return a solution (calculateReorder, getSimpleReorder) and the other one takes a solution and animates that solution (void performReorder) and it can either submit the solution or just show it for a preview. Right now this two things are done under the same function: int[] performReorder. The need to separate this two functions is because to add this functionality b/188081026 which needs to find soluion without animation and animation solutions that can be calculated in another place. Bug: 188081026 Test: atest ReorderWidgets Change-Id: Ib519d4346f58f9b55aff5008cd3ccbcfe8443d2d
Merge "Use global color extraction in widgets for wallpaper preview" into sc-v2-dev am:
9b3ef3e638 am: df311603e9
Languages
Java
73.1%
Kotlin
26.5%
AIDL
0.3%
Python
0.1%