Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMessagingImageTransformState.java88 mImageMessage.setActualHeight( in transformViewFrom()
125 mImageMessage.setActualHeight(mImageMessage.getHeight()); in resetTransformedView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java137 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() method in ExpandableView
153 public void setActualHeight(int actualHeight) { in setActualHeight() method in ExpandableView
154 setActualHeight(actualHeight, true /* notifyListeners */); in setActualHeight()
DActivatableNotificationView.java700 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() method in ActivatableNotificationView
701 super.setActualHeight(actualHeight, notifyListeners); in setActualHeight()
703 mBackgroundNormal.setActualHeight(actualHeight); in setActualHeight()
704 mBackgroundDimmed.setActualHeight(actualHeight); in setActualHeight()
DExpandableOutlineView.java344 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() method in ExpandableOutlineView
346 super.setActualHeight(actualHeight, notifyListeners); in setActualHeight()
DNotificationBackgroundView.java164 public void setActualHeight(int actualHeight) { in setActualHeight() method in NotificationBackgroundView
DExpandableNotificationRow.java1773 mGuts.setActualHeight(getActualHeight());
2085 setActualHeight(params.getHeight());
2709 public void setActualHeight(int height, boolean notifyListeners) {
2711 super.setActualHeight(height, notifyListeners);
2722 mGuts.setActualHeight(height);
2730 mChildrenContainer.setActualHeight(height);
2733 mGuts.setActualHeight(height);
DNotificationGuts.java332 public void setActualHeight(int actualHeight) { in setActualHeight() method in NotificationGuts
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DExpandableViewState.java146 expandableView.setActualHeight(newHeight, false /* notifyListeners */); in applyToView()
246 child.setActualHeight(newEndValue, false); in startHeightAnimation()
255 child.setActualHeight((int) animation.getAnimatedValue(), in startHeightAnimation()
DNotificationChildrenContainer.java1000 public void setActualHeight(int actualHeight) {
1024 child.setActualHeight((int) NotificationUtils.interpolate(singleLineHeight,
1027 child.setActualHeight((int) childHeight, false);
/frameworks/base/core/java/com/android/internal/widget/
DMessagingImageMessage.java235 setActualHeight(getHeight());
252 public void setActualHeight(int actualHeight) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDragDownHelper.java190 child.setActualHeight((int) (child.getCollapsedHeight() + rubberband)); in handleExpansion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java148 mView.setActualHeight((int) h); in setHeight()