Searched refs:setActualHeight (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableOutlineView.java58 public void setActualHeight(int actualHeight, boolean notifyListeners) { method in class:ExpandableOutlineView
59 super.setActualHeight(actualHeight, notifyListeners);
H A DExpandableView.java120 public void setActualHeight(int actualHeight, boolean notifyListeners) { method in class:ExpandableView
128 public void setActualHeight(int actualHeight) { method in class:ExpandableView
129 setActualHeight(actualHeight, true /* notifyListeners */);
133 * See {@link #setActualHeight}.
H A DNotificationBackgroundView.java109 public void setActualHeight(int actualHeight) { method in class:NotificationBackgroundView
H A DExpandableNotificationRow.java871 mGuts.setActualHeight(getActualHeight());
1478 public void setActualHeight(int height, boolean notifyListeners) { method in class:ExpandableNotificationRow
1479 super.setActualHeight(height, notifyListeners);
1481 mGuts.setActualHeight(height);
1488 mChildrenContainer.setActualHeight(height);
1491 mGuts.setActualHeight(height);
H A DActivatableNotificationView.java661 public void setActualHeight(int actualHeight, boolean notifyListeners) { method in class:ActivatableNotificationView
662 super.setActualHeight(actualHeight, notifyListeners);
664 mBackgroundNormal.setActualHeight(actualHeight);
665 mBackgroundDimmed.setActualHeight(actualHeight);
H A DDragDownHelper.java179 child.setActualHeight((int) (child.getCollapsedHeight() + rubberband));
H A DNotificationGuts.java426 public void setActualHeight(int actualHeight) { method in class:NotificationGuts
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollState.java144 view.setActualHeight(newHeight, false /* notifyListeners */);
H A DNotificationChildrenContainer.java739 public void setActualHeight(int actualHeight) { method in class:NotificationChildrenContainer
755 child.setActualHeight((int) NotificationUtils.interpolate(singleLineHeight,
758 child.setActualHeight((int) childHeight, false);
H A DStackStateAnimator.java480 child.setActualHeight(newEndValue, false);
489 child.setActualHeight((int) animation.getAnimatedValue(),
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java142 mView.setActualHeight((int) h);

Completed in 1019 milliseconds