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);
ExpandableNotificationRow.java 189 mGuts.setActualHeight(getActualHeight());
316 setActualHeight(mMaxExpandHeight);
318 setActualHeight(mRowMinHeight);
442 public void setActualHeight(int height, boolean notifyListeners) {
443 mPrivateLayout.setActualHeight(height);
444 mPublicLayout.setActualHeight(height);
446 mGuts.setActualHeight(height);
449 super.setActualHeight(height, notifyListeners);
ExpandableView.java 102 setActualHeight(initialHeight);
140 public void setActualHeight(int actualHeight, boolean notifyListeners) {
148 public void setActualHeight(int actualHeight) {
149 setActualHeight(actualHeight, true);
153 * See {@link #setActualHeight}.
NotificationGuts.java 84 public void setActualHeight(int actualHeight) {
NotificationBackgroundView.java 106 public void setActualHeight(int actualHeight) {
ActivatableNotificationView.java 507 public void setActualHeight(int actualHeight, boolean notifyListeners) {
508 super.setActualHeight(actualHeight, notifyListeners);
510 mBackgroundNormal.setActualHeight(actualHeight);
511 mBackgroundDimmed.setActualHeight(actualHeight);
DragDownHelper.java 170 child.setActualHeight((int) (child.getMinHeight() + rubberband));
NotificationContentView.java 162 public void setActualHeight(int actualHeight) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollState.java 150 child.setActualHeight(newHeight, false /* notifyListeners */);
StackStateAnimator.java 227 child.setActualHeight(viewState.height, false);
361 child.setActualHeight(newEndValue, false);
370 child.setActualHeight((int) animation.getAnimatedValue(),
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 150 mView.setActualHeight((int) h);

Completed in 162 milliseconds