Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ab98bee authored by Lyn Han's avatar Lyn Han Committed by Android (Google) Code Review
Browse files

Merge "Appear notifications starting at half height"

parents 49081156 05369c2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -46,7 +46,7 @@ import java.util.List;
 */
 */
public class StackScrollAlgorithm {
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 static final String LOG_TAG = "StackScrollAlgorithm";
    private final ViewGroup mHostView;
    private final ViewGroup mHostView;