Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java189 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()
DExpandableView.java102 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()
DExpandableOutlineView.java53 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() method in ExpandableOutlineView
54 super.setActualHeight(actualHeight, notifyListeners); in setActualHeight()
DNotificationGuts.java84 public void setActualHeight(int actualHeight) { in setActualHeight() method in NotificationGuts
DActivatableNotificationView.java507 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()
DNotificationBackgroundView.java106 public void setActualHeight(int actualHeight) { in setActualHeight() method in NotificationBackgroundView
DDragDownHelper.java170 child.setActualHeight((int) (child.getMinHeight() + rubberband)); in handleExpansion()
DNotificationContentView.java162 public void setActualHeight(int actualHeight) { in setActualHeight() method in NotificationContentView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java227 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()
DStackScrollState.java150 child.setActualHeight(newHeight, false /* notifyListeners */); in apply()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java150 mView.setActualHeight((int) h); in setHeight()