Loading packages/SystemUI/src/com/android/systemui/statusbar/policy/HeadsUpNotificationView.java +2 −1 Original line number Diff line number Diff line Loading @@ -83,6 +83,7 @@ public class HeadsUpNotificationView extends FrameLayout implements SwipeHelper. mContentHolder.setAlpha(1f); mContentHolder.removeAllViews(); mContentHolder.addView(mHeadsUp.row); mSwipeHelper.snapChild(mContentSlider, 1f); mStartTouchTime = System.currentTimeMillis() + mTouchSensitivityDelay; return true; } Loading Loading @@ -231,6 +232,6 @@ public class HeadsUpNotificationView extends FrameLayout implements SwipeHelper. @Override public View getChildContentView(View v) { return v; return mContentSlider; } } No newline at end of file Loading
packages/SystemUI/src/com/android/systemui/statusbar/policy/HeadsUpNotificationView.java +2 −1 Original line number Diff line number Diff line Loading @@ -83,6 +83,7 @@ public class HeadsUpNotificationView extends FrameLayout implements SwipeHelper. mContentHolder.setAlpha(1f); mContentHolder.removeAllViews(); mContentHolder.addView(mHeadsUp.row); mSwipeHelper.snapChild(mContentSlider, 1f); mStartTouchTime = System.currentTimeMillis() + mTouchSensitivityDelay; return true; } Loading Loading @@ -231,6 +232,6 @@ public class HeadsUpNotificationView extends FrameLayout implements SwipeHelper. @Override public View getChildContentView(View v) { return v; return mContentSlider; } } No newline at end of file