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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user