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/tests/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimatorTest.kt86 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/
DExpandableViewState.java153 expandableView.setActualHeight(newHeight, false /* notifyListeners */); in applyToView()
262 child.setActualHeight(newEndValue, false); in startHeightAnimation()
271 child.setActualHeight((int) animation.getAnimatedValue(), in startHeightAnimation()
DNotificationChildrenContainer.java1316 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/
DExpandableOutlineView.java251 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() method in ExpandableOutlineView
253 super.setActualHeight(actualHeight, notifyListeners); in setActualHeight()
DExpandableView.java216 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()
DActivatableNotificationView.java339 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()
DNotificationBackgroundView.java195 public void setActualHeight(int actualHeight) { in setActualHeight() method in NotificationBackgroundView
DExpandableNotificationRow.java2070 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);
DNotificationGuts.java356 public void setActualHeight(int actualHeight) { in setActualHeight() method in NotificationGuts
/frameworks/base/core/java/com/android/internal/widget/
DMessagingImageMessage.java272 setActualHeight(getHeight());
289 public void setActualHeight(int actualHeight) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java170 mView.setActualHeight((int) h); in setHeight()