/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/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | StackStateAnimatorTest.kt | 86 verify(view).setActualHeight(VIEW_HEIGHT, false) in startAnimationForEvents_headsUpFromTop_startsHeadsUpAppearAnim() 110 verify(view).setActualHeight(VIEW_HEIGHT, false) in startAnimationForEvents_headsUpFromBottom_startsHeadsUpAppearAnim()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | ExpandableViewState.java | 153 expandableView.setActualHeight(newHeight, false /* notifyListeners */); in applyToView() 262 child.setActualHeight(newEndValue, false); in startHeightAnimation() 271 child.setActualHeight((int) animation.getAnimatedValue(), in startHeightAnimation()
|
D | NotificationChildrenContainer.java | 1316 public void setActualHeight(int actualHeight) { 1340 child.setActualHeight((int) NotificationUtils.interpolate(singleLineHeight, 1343 child.setActualHeight((int) childHeight, false);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableOutlineView.java | 251 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() method in ExpandableOutlineView 253 super.setActualHeight(actualHeight, notifyListeners); in setActualHeight()
|
D | ExpandableView.java | 216 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() method in ExpandableView 226 public void setActualHeight(int actualHeight) { in setActualHeight() method in ExpandableView 227 setActualHeight(actualHeight, true /* notifyListeners */); in setActualHeight()
|
D | ActivatableNotificationView.java | 339 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() method in ActivatableNotificationView 340 super.setActualHeight(actualHeight, notifyListeners); in setActualHeight() 342 mBackgroundNormal.setActualHeight(actualHeight); in setActualHeight()
|
D | NotificationBackgroundView.java | 195 public void setActualHeight(int actualHeight) { in setActualHeight() method in NotificationBackgroundView
|
D | ExpandableNotificationRow.java | 2070 mGuts.setActualHeight(getActualHeight()); 2468 setActualHeight(actualHeight); 3245 public void setActualHeight(int height, boolean notifyListeners) { 3247 super.setActualHeight(height, notifyListeners); 3258 mGuts.setActualHeight(height); 3265 mChildrenContainer.setActualHeight(height); 3268 mGuts.setActualHeight(height);
|
D | NotificationGuts.java | 356 public void setActualHeight(int actualHeight) { in setActualHeight() method in NotificationGuts
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | MessagingImageMessage.java | 272 setActualHeight(getHeight()); 289 public void setActualHeight(int actualHeight) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 170 mView.setActualHeight((int) h); in setHeight()
|