Home
last modified time | relevance | path

Searched refs:getActualHeight (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableView.java137 public int getActualHeight() { in getActualHeight() method in ExpandableView
301 outRect.bottom = (int) (outRect.top + getTranslationY() + getActualHeight()); in getDrawingRect()
312 outRect.bottom = outRect.top + getActualHeight(); in getBoundsOnScreen()
327 if (top >= getActualHeight()) { in updateClipping()
328 top = getActualHeight() - 1; in updateClipping()
330 mClipRect.set(0, top, getWidth(), getActualHeight() + getExtraBottomPadding()); in updateClipping()
368 return super.hasOverlappingRendering() && getActualHeight() <= getHeight(); in hasOverlappingRendering()
DDragDownHelper.java183 if (child.getActualHeight() == child.getCollapsedHeight()) { in cancelExpansion()
188 child.getActualHeight(), child.getCollapsedHeight()); in cancelExpansion()
DActivatableNotificationView.java272 if (mDownY > getActualHeight()) { in handleTouchEventDimmed()
336 int heightHalf = mBackgroundNormal.getActualHeight()/2; in startActivateAnimation()
551 background.setPivotY(getActualHeight() / 2f); in fadeInFromDark()
724 mAnimationTranslationY = translationDirection * getActualHeight(); in startAppearAnimation()
831 final int actualHeight = getActualHeight(); in updateAppearRect()
DExpandableOutlineView.java44 Math.max(getActualHeight(), mClipTopAmount));
DNotificationBackgroundView.java114 public int getActualHeight() { in getActualHeight() method in NotificationBackgroundView
DNotificationGuts.java431 public int getActualHeight() { in getActualHeight() method in NotificationGuts
DExpandableNotificationRow.java881 mGuts.setActualHeight(getActualHeight());
1208 return getActualHeight();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java210 boolean heightChanging = viewState.height != child.getActualHeight(); in startStackAnimations()
485 ValueAnimator animator = ValueAnimator.ofInt(child.getActualHeight(), newEndValue); in startHeightAnimation()
529 child.setTag(TAG_START_HEIGHT, child.getActualHeight()); in startHeightAnimation()
887 int actualHeight = changingView.getActualHeight(); in processAnimationEvents()
941 mTmpState.yTranslation = -changingView.getActualHeight(); in processAnimationEvents()
1020 return view.getActualHeight(); in getFinalActualHeight()
DStackScrollState.java139 int height = view.getActualHeight();
DNotificationStackScrollLayout.java321 float endY = view.getTranslationY() + view.getActualHeight();
322 float otherEndY = otherView.getTranslationY() + otherView.getActualHeight();
958 float bottom = childTop + slidingChild.getActualHeight(); in getClosestChildAtRawPosition()
987 float bottom = childTop + slidingChild.getActualHeight(); in getChildAtPosition()
2058 bottom = (int) (lastView.getTranslationY() + lastView.getActualHeight()); in updateBackgroundBounds()
3166 float endPosition = row.getTranslationY() + row.getActualHeight(); in updateScrollPositionOnExpandInBottom()
3332 float yLocation = previous.getTranslationY() + previous.getActualHeight() - in updateViewShadows()
3638 float bottom = child.getTranslationY() + child.getActualHeight(); in getBottomMostNotificationBottom()
3676 boolean belowChild = touchY > childTop + child.getActualHeight(); in isBelowLastNotification()
4195 height = guts.getActualHeight(); in closeControlsIfOutsideTouch()
[all …]
DNotificationChildrenContainer.java671 float bottom = childTop + slidingChild.getActualHeight();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java105 int expandedHeight = mPickedChild.getActualHeight(); in onInterceptTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java146 return mView.getActualHeight(); in getHeight()