Home
last modified time | relevance | path

Searched refs:setActualHeight (Results 1 – 11 of 11) 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.java120 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() method in ExpandableView
128 public void setActualHeight(int actualHeight) { in setActualHeight() method in ExpandableView
129 setActualHeight(actualHeight, true /* notifyListeners */); in setActualHeight()
DNotificationBackgroundView.java109 public void setActualHeight(int actualHeight) { in setActualHeight() method in NotificationBackgroundView
DActivatableNotificationView.java687 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() method in ActivatableNotificationView
688 super.setActualHeight(actualHeight, notifyListeners); in setActualHeight()
690 mBackgroundNormal.setActualHeight(actualHeight); in setActualHeight()
691 mBackgroundDimmed.setActualHeight(actualHeight); in setActualHeight()
DExpandableNotificationRow.java881 mGuts.setActualHeight(getActualHeight());
1489 public void setActualHeight(int height, boolean notifyListeners) {
1490 super.setActualHeight(height, notifyListeners);
1492 mGuts.setActualHeight(height);
1499 mChildrenContainer.setActualHeight(height);
1502 mGuts.setActualHeight(height);
DDragDownHelper.java179 child.setActualHeight((int) (child.getCollapsedHeight() + rubberband)); in handleExpansion()
DNotificationGuts.java426 public void setActualHeight(int actualHeight) { in setActualHeight() method in NotificationGuts
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollState.java144 view.setActualHeight(newHeight, false /* notifyListeners */);
DNotificationChildrenContainer.java749 public void setActualHeight(int actualHeight) {
765 child.setActualHeight((int) NotificationUtils.interpolate(singleLineHeight,
768 child.setActualHeight((int) childHeight, false);
DStackStateAnimator.java480 child.setActualHeight(newEndValue, false); in startHeightAnimation()
489 child.setActualHeight((int) animation.getAnimatedValue(), in startHeightAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java142 mView.setActualHeight((int) h); in setHeight()