Searched refs:setActualHeight (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ExpandableOutlineView.java | 58 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() method in ExpandableOutlineView 59 super.setActualHeight(actualHeight, notifyListeners); in setActualHeight()
|
D | ActivatableNotificationView.java | 494 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()
|
D | ExpandableView.java | 167 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() method in ExpandableView 177 setActualHeight(contentHeight + getBottomDecorHeight(), true); in setContentHeight()
|
D | NotificationGuts.java | 84 public void setActualHeight(int actualHeight) { in setActualHeight() method in NotificationGuts
|
D | NotificationBackgroundView.java | 106 public void setActualHeight(int actualHeight) { in setActualHeight() method in NotificationBackgroundView
|
D | ExpandableNotificationRow.java | 362 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/ |
D | StackScrollState.java | 146 view.setActualHeight(newHeight, false /* notifyListeners */);
|
D | StackStateAnimator.java | 411 child.setActualHeight(newEndValue, false); in startHeightAnimation() 420 child.setActualHeight((int) animation.getAnimatedValue(), in startHeightAnimation()
|