Merge "Appear notifications starting at half height"

This commit is contained in:
Lyn Han
2022-02-01 18:48:06 +00:00
committed by Android (Google) Code Review

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;