Searched refs:setActualHeight (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ExpandableNotificationRow.java | 189 mGuts.setActualHeight(getActualHeight()); in onFinishInflate() 316 setActualHeight(mMaxExpandHeight); in applyExpansionToLayout() 318 setActualHeight(mRowMinHeight); in applyExpansionToLayout() 442 public void setActualHeight(int height, boolean notifyListeners) { in setActualHeight() method in ExpandableNotificationRow 443 mPrivateLayout.setActualHeight(height); in setActualHeight() 444 mPublicLayout.setActualHeight(height); in setActualHeight() 446 mGuts.setActualHeight(height); in setActualHeight() 449 super.setActualHeight(height, notifyListeners); in setActualHeight()
|
D | ExpandableView.java | 102 setActualHeight(initialHeight); in onLayout() 140 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() method in ExpandableView 148 public void setActualHeight(int actualHeight) { in setActualHeight() method in ExpandableView 149 setActualHeight(actualHeight, true); in setActualHeight()
|
D | ExpandableOutlineView.java | 53 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() method in ExpandableOutlineView 54 super.setActualHeight(actualHeight, notifyListeners); in setActualHeight()
|
D | NotificationGuts.java | 84 public void setActualHeight(int actualHeight) { in setActualHeight() method in NotificationGuts
|
D | ActivatableNotificationView.java | 507 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() method in ActivatableNotificationView 508 super.setActualHeight(actualHeight, notifyListeners); in setActualHeight() 510 mBackgroundNormal.setActualHeight(actualHeight); in setActualHeight() 511 mBackgroundDimmed.setActualHeight(actualHeight); in setActualHeight()
|
D | NotificationBackgroundView.java | 106 public void setActualHeight(int actualHeight) { in setActualHeight() method in NotificationBackgroundView
|
D | DragDownHelper.java | 170 child.setActualHeight((int) (child.getMinHeight() + rubberband)); in handleExpansion()
|
D | NotificationContentView.java | 162 public void setActualHeight(int actualHeight) { in setActualHeight() method in NotificationContentView
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | StackStateAnimator.java | 227 child.setActualHeight(viewState.height, false); in startAnimations() 361 child.setActualHeight(newEndValue, false); in startHeightAnimation() 370 child.setActualHeight((int) animation.getAnimatedValue(), in startHeightAnimation() 782 changingView.setActualHeight(viewState.height, false); in processAnimationEvents()
|
D | StackScrollState.java | 150 child.setActualHeight(newHeight, false /* notifyListeners */); in apply()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 150 mView.setActualHeight((int) h); in setHeight()
|