Link to StackScrollAlgorithm in AmbientState description

Following up to http://ag/20105405; clarify the purpose of AmbientState for future development.

Bug: 214214514
Test: SystemUITests
Change-Id: I76811b41936935b3a96eb6f63392a6514770f4ae
This commit is contained in:
Lyn Han
2022-10-04 14:16:44 -07:00
parent 55d90e49cb
commit 2936eabb7c

View File

@@ -44,7 +44,8 @@ import java.io.PrintWriter;
import javax.inject.Inject;
/**
* A global state to track all input states for the algorithm.
* Global state to track all input states for
* {@link com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm}.
*/
@SysUISingleton
public class AmbientState implements Dumpable {