Appear notifications starting at half height

Fixes: 217273171
Test: swipe down from top of screen to open shade
	=> notifs fade in at half height
Test: press power button to wake up
	=> notifs fade in at half height
Change-Id: I7f54df70ab9470ab7456a9b9c0712c092f4deba9
This commit is contained in:
Lyn
2022-01-31 18:59:52 -06:00
parent 1825f77243
commit 05369c2fa3

View File

@@ -46,7 +46,7 @@ import java.util.List;
*/
public class StackScrollAlgorithm {
public static final float START_FRACTION = 0.3f;
public static final float START_FRACTION = 0.5f;
private static final String LOG_TAG = "StackScrollAlgorithm";
private final ViewGroup mHostView;