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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableOutlineView.java53 public void setActualHeight(int actualHeight, boolean notifyListeners) { method in class:ExpandableOutlineView
54 super.setActualHeight(actualHeight, notifyListeners);
H A DNotificationGuts.java84 public void setActualHeight(int actualHeight) { method in class:NotificationGuts
H A DNotificationBackgroundView.java108 public void setActualHeight(int actualHeight) { method in class:NotificationBackgroundView
H A DNotificationContentView.java120 public void setActualHeight(int actualHeight) { method in class:NotificationContentView
H A DExpandableView.java101 setActualHeight(initialHeight);
130 public void setActualHeight(int actualHeight, boolean notifyListeners) { method in class:ExpandableView
138 public void setActualHeight(int actualHeight) { method in class:ExpandableView
139 setActualHeight(actualHeight, true);
143 * See {@link #setActualHeight}.
H A DExpandableNotificationRow.java176 mGuts.setActualHeight(getActualHeight());
313 setActualHeight(mMaxExpandHeight);
315 setActualHeight(mRowMinHeight);
439 public void setActualHeight(int height, boolean notifyListeners) { method in class:ExpandableNotificationRow
440 mPrivateLayout.setActualHeight(height);
441 mPublicLayout.setActualHeight(height);
443 mGuts.setActualHeight(height);
446 super.setActualHeight(height, notifyListeners);
H A DActivatableNotificationView.java472 public void setActualHeight(int actualHeight, boolean notifyListeners) { method in class:ActivatableNotificationView
473 super.setActualHeight(actualHeight, notifyListeners);
475 mBackgroundNormal.setActualHeight(actualHeight);
476 mBackgroundDimmed.setActualHeight(actualHeight);

Completed in 54 milliseconds