Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/AmbientState.java +0 −23 Original line number Diff line number Diff line Loading @@ -42,8 +42,6 @@ public class AmbientState { private final SectionProvider mSectionProvider; private int mScrollY; private int mAnchorViewIndex; private int mAnchorViewY; private boolean mDimmed; private ActivatableNotificationView mActivatedChild; private float mOverScrollTopAmount; Loading Loading @@ -139,27 +137,6 @@ public class AmbientState { this.mScrollY = scrollY; } /** * Index of the child view whose Y position on screen is returned by {@link #getAnchorViewY()}. * Other views are laid out outwards from this view in both directions. */ public int getAnchorViewIndex() { return mAnchorViewIndex; } public void setAnchorViewIndex(int anchorViewIndex) { mAnchorViewIndex = anchorViewIndex; } /** Current Y position of the view at {@link #getAnchorViewIndex()}. */ public int getAnchorViewY() { return mAnchorViewY; } public void setAnchorViewY(int anchorViewY) { mAnchorViewY = anchorViewY; } /** * @param dimmed Whether we are in a dimmed state (on the lockscreen), where the backgrounds are * translucent and everything is scaled back a bit. Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/AmbientState.java +0 −23 Original line number Diff line number Diff line Loading @@ -42,8 +42,6 @@ public class AmbientState { private final SectionProvider mSectionProvider; private int mScrollY; private int mAnchorViewIndex; private int mAnchorViewY; private boolean mDimmed; private ActivatableNotificationView mActivatedChild; private float mOverScrollTopAmount; Loading Loading @@ -139,27 +137,6 @@ public class AmbientState { this.mScrollY = scrollY; } /** * Index of the child view whose Y position on screen is returned by {@link #getAnchorViewY()}. * Other views are laid out outwards from this view in both directions. */ public int getAnchorViewIndex() { return mAnchorViewIndex; } public void setAnchorViewIndex(int anchorViewIndex) { mAnchorViewIndex = anchorViewIndex; } /** Current Y position of the view at {@link #getAnchorViewIndex()}. */ public int getAnchorViewY() { return mAnchorViewY; } public void setAnchorViewY(int anchorViewY) { mAnchorViewY = anchorViewY; } /** * @param dimmed Whether we are in a dimmed state (on the lockscreen), where the backgrounds are * translucent and everything is scaled back a bit. Loading