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 53 public void setActualHeight(int actualHeight, boolean notifyListeners) {
54 super.setActualHeight(actualHeight, notifyListeners);
ExpandableView.java 101 setActualHeight(initialHeight);
130 public void setActualHeight(int actualHeight, boolean notifyListeners) {
138 public void setActualHeight(int actualHeight) {
139 setActualHeight(actualHeight, true);
143 * See {@link #setActualHeight}.
ExpandableNotificationRow.java 176 mGuts.setActualHeight(getActualHeight());
313 setActualHeight(mMaxExpandHeight);
315 setActualHeight(mRowMinHeight);
439 public void setActualHeight(int height, boolean notifyListeners) {
440 mPrivateLayout.setActualHeight(height);
441 mPublicLayout.setActualHeight(height);
443 mGuts.setActualHeight(height);
446 super.setActualHeight(height, notifyListeners);
NotificationGuts.java 84 public void setActualHeight(int actualHeight) {
NotificationBackgroundView.java 108 public void setActualHeight(int actualHeight) {
ActivatableNotificationView.java 472 public void setActualHeight(int actualHeight, boolean notifyListeners) {
473 super.setActualHeight(actualHeight, notifyListeners);
475 mBackgroundNormal.setActualHeight(actualHeight);
476 mBackgroundDimmed.setActualHeight(actualHeight);
DragDownHelper.java 169 child.setActualHeight((int) (child.getMinHeight() + rubberband));
NotificationContentView.java 120 public void setActualHeight(int actualHeight) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollState.java 152 child.setActualHeight(newHeight, false /* notifyListeners */);
StackStateAnimator.java 225 child.setActualHeight(viewState.height, false);
342 child.setActualHeight(newEndValue, false);
351 child.setActualHeight((int) animation.getAnimatedValue(),
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 150 mView.setActualHeight((int) h);

Completed in 677 milliseconds