Loading packages/SystemUI/src/com/android/systemui/statusbar/ExpandableView.java +6 −0 Original line number Diff line number Diff line Loading @@ -340,6 +340,12 @@ public abstract class ExpandableView extends FrameLayout { outRect.top += getTranslationY() + getClipTopAmount(); } @Override public void getBoundsOnScreen(Rect outRect, boolean clipToParent) { super.getBoundsOnScreen(outRect, clipToParent); outRect.bottom = (int) (outRect.top + getActualHeight()); } public int getContentHeight() { return mActualHeight - getBottomDecorHeight(); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/ExpandableView.java +6 −0 Original line number Diff line number Diff line Loading @@ -340,6 +340,12 @@ public abstract class ExpandableView extends FrameLayout { outRect.top += getTranslationY() + getClipTopAmount(); } @Override public void getBoundsOnScreen(Rect outRect, boolean clipToParent) { super.getBoundsOnScreen(outRect, clipToParent); outRect.bottom = (int) (outRect.top + getActualHeight()); } public int getContentHeight() { return mActualHeight - getBottomDecorHeight(); } Loading