Home
last modified time | relevance | path

Searched refs:setActualHeight (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableOutlineView.java58 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() method in ExpandableOutlineView
59 super.setActualHeight(actualHeight, notifyListeners); in setActualHeight()
DExpandableView.java125 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() method in ExpandableView
133 public void setActualHeight(int actualHeight) { in setActualHeight() method in ExpandableView
134 setActualHeight(actualHeight, true /* notifyListeners */); in setActualHeight()
DNotificationBackgroundView.java111 public void setActualHeight(int actualHeight) { in setActualHeight() method in NotificationBackgroundView
DActivatableNotificationView.java702 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() method in ActivatableNotificationView
703 super.setActualHeight(actualHeight, notifyListeners); in setActualHeight()
705 mBackgroundNormal.setActualHeight(actualHeight); in setActualHeight()
706 mBackgroundDimmed.setActualHeight(actualHeight); in setActualHeight()
DDragDownHelper.java180 child.setActualHeight((int) (child.getCollapsedHeight() + rubberband)); in handleExpansion()
DExpandableNotificationRow.java1242 mGuts.setActualHeight(getActualHeight());
1873 public void setActualHeight(int height, boolean notifyListeners) {
1875 super.setActualHeight(height, notifyListeners);
1886 mGuts.setActualHeight(height);
1894 mChildrenContainer.setActualHeight(height);
1897 mGuts.setActualHeight(height);
DNotificationGuts.java264 public void setActualHeight(int actualHeight) { in setActualHeight() method in NotificationGuts
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DExpandableViewState.java146 expandableView.setActualHeight(newHeight, false /* notifyListeners */); in applyToView()
258 child.setActualHeight(newEndValue, false); in startHeightAnimation()
267 child.setActualHeight((int) animation.getAnimatedValue(), in startHeightAnimation()
DNotificationChildrenContainer.java1003 public void setActualHeight(int actualHeight) {
1027 child.setActualHeight((int) NotificationUtils.interpolate(singleLineHeight,
1030 child.setActualHeight((int) childHeight, false);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java148 mView.setActualHeight((int) h); in setHeight()