mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-05 02:16:49 +00:00
Merge "Have responsive taskbar UI during swipe up gesture." into tm-qpr-dev
This commit is contained in:
@@ -150,6 +150,13 @@ public class TaskbarDragLayerController implements TaskbarControllers.LoggableTa
|
||||
updateNavBarDarkIntensityMultiplier();
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the translation of the background during the swipe up gesture.
|
||||
*/
|
||||
public void setTranslationYForSwipe(float transY) {
|
||||
mTaskbarDragLayer.setBackgroundTranslationYForSwipe(transY);
|
||||
}
|
||||
|
||||
private void updateBackgroundOffset() {
|
||||
mTaskbarDragLayer.setTaskbarBackgroundOffset(mBgOffset.value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user