mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Set smartspace to 30% visibility on workspace edit for home gardening
Here we set the smartspace to have 30% visibility to follow the guidelines set by https://docs.google.com/presentation/d/1FOmmCdmGmSMR77_901IOMbvbPVxPmjaAdxZjy-D9tw0/edit#slide=id.g159289e55db_0_229 Bug: 251259222 Test: Enter drag mode in workspace with SHOW_HOME_GARDENING flag on to see the changes Change-Id: Ia2ef4f1a49549fef9f8fbea7c007db8b81972f71
This commit is contained in:
@@ -919,6 +919,10 @@ public class Workspace<T extends View & PageIndicator> extends PagedView<T>
|
||||
return mScreenOrder;
|
||||
}
|
||||
|
||||
protected View getQsb() {
|
||||
return mQsb;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the screen ID of a page that is shown together with the given page screen ID when the
|
||||
* two panel UI is enabled.
|
||||
|
||||
Reference in New Issue
Block a user