Loading packages/SystemUI/src/com/android/systemui/statusbar/SpeedBumpView.java +5 −1 Original line number Diff line number Diff line Loading @@ -103,8 +103,12 @@ public class SpeedBumpView extends ExpandableView implements View.OnClickListene @Override public int getIntrinsicHeight() { if (mCurrentAnimator != null) { // expand animation is running return getActualHeight(); } return mIsExpanded ? getHeight() : mCollapsedHeight; } @Override protected void onLayout(boolean changed, int left, int top, int right, int bottom) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/SpeedBumpView.java +5 −1 Original line number Diff line number Diff line Loading @@ -103,8 +103,12 @@ public class SpeedBumpView extends ExpandableView implements View.OnClickListene @Override public int getIntrinsicHeight() { if (mCurrentAnimator != null) { // expand animation is running return getActualHeight(); } return mIsExpanded ? getHeight() : mCollapsedHeight; } @Override protected void onLayout(boolean changed, int left, int top, int right, int bottom) { Loading