Loading packages/SystemUI/src/com/android/systemui/statusbar/NotificationContentView.java +1 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,7 @@ public class NotificationContentView extends FrameLayout { mContractedChild = child; mContractedWrapper = NotificationViewWrapper.wrap(getContext(), child); selectLayout(false /* animate */, true /* force */); mContractedWrapper.setDark(mDark, false /* animate */, 0 /* delay */); } public void setExpandedChild(View child) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/NotificationContentView.java +1 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,7 @@ public class NotificationContentView extends FrameLayout { mContractedChild = child; mContractedWrapper = NotificationViewWrapper.wrap(getContext(), child); selectLayout(false /* animate */, true /* force */); mContractedWrapper.setDark(mDark, false /* animate */, 0 /* delay */); } public void setExpandedChild(View child) { Loading