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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
MessagingImageTransformState.java 89 mImageMessage.setActualHeight(
126 mImageMessage.setActualHeight(mImageMessage.getHeight());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableView.java 128 public void setActualHeight(int actualHeight, boolean notifyListeners) {
144 public void setActualHeight(int actualHeight) {
145 setActualHeight(actualHeight, true /* notifyListeners */);
149 * See {@link #setActualHeight}.
ExpandableOutlineView.java 360 public void setActualHeight(int actualHeight, boolean notifyListeners) {
362 super.setActualHeight(actualHeight, notifyListeners);
ActivatableNotificationView.java 744 public void setActualHeight(int actualHeight, boolean notifyListeners) {
745 super.setActualHeight(actualHeight, notifyListeners);
747 mBackgroundNormal.setActualHeight(actualHeight);
748 mBackgroundDimmed.setActualHeight(actualHeight);
    [all...]
DragDownHelper.java 184 child.setActualHeight((int) (child.getCollapsedHeight() + rubberband));
NotificationBackgroundView.java 157 public void setActualHeight(int actualHeight) {
NotificationGuts.java 323 public void setActualHeight(int actualHeight) {
ExpandableNotificationRow.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
MessagingImageMessage.java 223 setActualHeight(getHeight());
240 public void setActualHeight(int actualHeight) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
ExpandableViewState.java 153 expandableView.setActualHeight(newHeight, false /* notifyListeners */);
274 child.setActualHeight(newEndValue, false);
283 child.setActualHeight((int) animation.getAnimatedValue(),
NotificationChildrenContainer.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 148 mView.setActualHeight((int) h);

Completed in 153 milliseconds