HomeSort by relevance Sort by last modified time
    Searched refs:setActualHeight (Results 1 - 11 of 11) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableOutlineView.java 58 public void setActualHeight(int actualHeight, boolean notifyListeners) {
59 super.setActualHeight(actualHeight, notifyListeners);
ExpandableView.java 120 public void setActualHeight(int actualHeight, boolean notifyListeners) {
128 public void setActualHeight(int actualHeight) {
129 setActualHeight(actualHeight, true /* notifyListeners */);
133 * See {@link #setActualHeight}.
NotificationBackgroundView.java 109 public void setActualHeight(int actualHeight) {
ExpandableNotificationRow.java 873 mGuts.setActualHeight(getActualHeight());
    [all...]
ActivatableNotificationView.java 658 public void setActualHeight(int actualHeight, boolean notifyListeners) {
659 super.setActualHeight(actualHeight, notifyListeners);
661 mBackgroundNormal.setActualHeight(actualHeight);
662 mBackgroundDimmed.setActualHeight(actualHeight);
    [all...]
DragDownHelper.java 179 child.setActualHeight((int) (child.getCollapsedHeight() + rubberband));
NotificationGuts.java 412 public void setActualHeight(int actualHeight) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollState.java 144 view.setActualHeight(newHeight, false /* notifyListeners */);
NotificationChildrenContainer.java 737 public void setActualHeight(int actualHeight) {
753 child.setActualHeight((int) NotificationUtils.interpolate(singleLineHeight,
756 child.setActualHeight((int) childHeight, false);
    [all...]
StackStateAnimator.java 480 child.setActualHeight(newEndValue, false);
489 child.setActualHeight((int) animation.getAnimatedValue(),
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 142 mView.setActualHeight((int) h);

Completed in 330 milliseconds