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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableOutlineView.java60 public void setActualHeight(int actualHeight, boolean notifyListeners) { method in class:ExpandableOutlineView
61 super.setActualHeight(actualHeight, notifyListeners);
H A DNotificationGuts.java84 public void setActualHeight(int actualHeight) { method in class:NotificationGuts
H A DNotificationBackgroundView.java109 public void setActualHeight(int actualHeight) { method in class:NotificationBackgroundView
H A DExpandableView.java167 public void setActualHeight(int actualHeight, boolean notifyListeners) { method in class:ExpandableView
177 setActualHeight(contentHeight + getBottomDecorHeight(), true);
181 * See {@link #setActualHeight}.
H A DActivatableNotificationView.java495 public void setActualHeight(int actualHeight, boolean notifyListeners) { method in class:ActivatableNotificationView
496 super.setActualHeight(actualHeight, notifyListeners);
498 mBackgroundNormal.setActualHeight(actualHeight);
499 mBackgroundDimmed.setActualHeight(actualHeight);
H A DExpandableNotificationRow.java418 mGuts.setActualHeight(getActualHeight());
920 public void setActualHeight(int height, boolean notifyListeners) { method in class:ExpandableNotificationRow
921 super.setActualHeight(height, notifyListeners);
926 mGuts.setActualHeight(height);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollState.java146 view.setActualHeight(newHeight, false /* notifyListeners */);
H A DStackStateAnimator.java415 child.setActualHeight(newEndValue, false);
424 child.setActualHeight((int) animation.getAnimatedValue(),

Completed in 253 milliseconds