commit | dfb618d8f0b3d101220b3f126f705ac7ef40c804 | [log] [tgz] |
---|---|---|
author | Lyn Han <lynhan@google.com> | Wed Oct 12 17:46:54 2022 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Oct 12 17:46:54 2022 +0000 |
tree | 6d5b63de35fa96f864467878c785d67d06ea0d45 | |
parent | c47fd5ddad2cde87580ab265131483dede26d947 [diff] | |
parent | 2936eabb7c6cdc7d80f9f01948929323b663e4db [diff] |
Merge "Link to StackScrollAlgorithm in AmbientState description" into tm-qpr-dev
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/AmbientState.java b/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/AmbientState.java index ce465bc..2719dd8 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/AmbientState.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/AmbientState.java
@@ -44,7 +44,8 @@ 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 {