Searched defs:setActualHeight (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableOutlineView.java82 public void setActualHeight(int actualHeight, boolean notifyListeners) { method in class:ExpandableOutlineView
83 super.setActualHeight(actualHeight, notifyListeners);
H A DNotificationBackgroundView.java115 public void setActualHeight(int actualHeight) { method in class:NotificationBackgroundView
H A DNotificationGuts.java264 public void setActualHeight(int actualHeight) { method in class:NotificationGuts
H A DExpandableView.java125 public void setActualHeight(int actualHeight, boolean notifyListeners) { method in class:ExpandableView
133 public void setActualHeight(int actualHeight) { method in class:ExpandableView
134 setActualHeight(actualHeight, true /* notifyListeners */);
138 * See {@link #setActualHeight}.
H A DActivatableNotificationView.java711 public void setActualHeight(int actualHeight, boolean notifyListeners) { method in class:ActivatableNotificationView
712 super.setActualHeight(actualHeight, notifyListeners);
714 mBackgroundNormal.setActualHeight(actualHeight);
715 mBackgroundDimmed.setActualHeight(actualHeight);
H A DExpandableNotificationRow.java1309 mGuts.setActualHeight(getActualHeight());
1978 public void setActualHeight(int height, boolean notifyListeners) { method in class:ExpandableNotificationRow
1980 super.setActualHeight(height, notifyListeners);
1991 mGuts.setActualHeight(height);
1999 mChildrenContainer.setActualHeight(height);
2002 mGuts.setActualHeight(height);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java1024 public void setActualHeight(int actualHeight) { method in class:NotificationChildrenContainer
1048 child.setActualHeight((int) NotificationUtils.interpolate(singleLineHeight,
1051 child.setActualHeight((int) childHeight, false);

Completed in 193 milliseconds