/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | MessagingImageTransformState.java | 88 mImageMessage.setActualHeight( in transformViewFrom() 125 mImageMessage.setActualHeight(mImageMessage.getHeight()); in resetTransformedView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | ExpandableViewState.java | 148 expandableView.setActualHeight(newHeight, false /* notifyListeners */); in applyToView() 254 child.setActualHeight(newEndValue, false); in startHeightAnimation() 263 child.setActualHeight((int) animation.getAnimatedValue(), in startHeightAnimation()
|
D | NotificationChildrenContainer.java | 999 public void setActualHeight(int actualHeight) { 1023 child.setActualHeight((int) NotificationUtils.interpolate(singleLineHeight, 1026 child.setActualHeight((int) childHeight, false);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableView.java | 138 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() method in ExpandableView 154 public void setActualHeight(int actualHeight) { in setActualHeight() method in ExpandableView 155 setActualHeight(actualHeight, true /* notifyListeners */); in setActualHeight()
|
D | ActivatableNotificationView.java | 721 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() method in ActivatableNotificationView 722 super.setActualHeight(actualHeight, notifyListeners); in setActualHeight() 724 mBackgroundNormal.setActualHeight(actualHeight); in setActualHeight() 725 mBackgroundDimmed.setActualHeight(actualHeight); in setActualHeight()
|
D | ExpandableOutlineView.java | 344 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() method in ExpandableOutlineView 346 super.setActualHeight(actualHeight, notifyListeners); in setActualHeight()
|
D | NotificationBackgroundView.java | 164 public void setActualHeight(int actualHeight) { in setActualHeight() method in NotificationBackgroundView
|
D | ExpandableNotificationRow.java | 1780 mGuts.setActualHeight(getActualHeight()); 2109 setActualHeight(params.getHeight()); 2732 public void setActualHeight(int height, boolean notifyListeners) { 2734 super.setActualHeight(height, notifyListeners); 2745 mGuts.setActualHeight(height); 2753 mChildrenContainer.setActualHeight(height); 2756 mGuts.setActualHeight(height);
|
D | NotificationGuts.java | 332 public void setActualHeight(int actualHeight) { in setActualHeight() method in NotificationGuts
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | MessagingImageMessage.java | 235 setActualHeight(getHeight()); 252 public void setActualHeight(int actualHeight) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | DragDownHelper.java | 186 child.setActualHeight((int) (child.getCollapsedHeight() + rubberband)); in handleExpansion()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 148 mView.setActualHeight((int) h); in setHeight()
|