Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableOutlineView.java58 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() method in ExpandableOutlineView
59 super.setActualHeight(actualHeight, notifyListeners); in setActualHeight()
DActivatableNotificationView.java494 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() method in ActivatableNotificationView
495 super.setActualHeight(actualHeight, notifyListeners); in setActualHeight()
497 mBackgroundNormal.setActualHeight(actualHeight); in setActualHeight()
498 mBackgroundDimmed.setActualHeight(actualHeight); in setActualHeight()
DExpandableView.java167 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() method in ExpandableView
177 setActualHeight(contentHeight + getBottomDecorHeight(), true); in setContentHeight()
DNotificationGuts.java84 public void setActualHeight(int actualHeight) { in setActualHeight() method in NotificationGuts
DNotificationBackgroundView.java106 public void setActualHeight(int actualHeight) { in setActualHeight() method in NotificationBackgroundView
DExpandableNotificationRow.java362 mGuts.setActualHeight(getActualHeight()); in onFinishInflate()
864 public void setActualHeight(int height, boolean notifyListeners) { in setActualHeight() method in ExpandableNotificationRow
865 super.setActualHeight(height, notifyListeners); in setActualHeight()
870 mGuts.setActualHeight(height); in setActualHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollState.java146 view.setActualHeight(newHeight, false /* notifyListeners */);
DStackStateAnimator.java411 child.setActualHeight(newEndValue, false); in startHeightAnimation()
420 child.setActualHeight((int) animation.getAnimatedValue(), in startHeightAnimation()