Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DExpandableViewState.java143 int height = expandableView.getActualHeight(); in applyToView()
189 if (this.height != expandableView.getActualHeight()) { in animateTo()
259 ValueAnimator animator = ValueAnimator.ofInt(child.getActualHeight(), newEndValue); in startHeightAnimation()
306 child.setTag(TAG_START_HEIGHT, child.getActualHeight()); in startHeightAnimation()
383 return view.getActualHeight(); in getFinalActualHeight()
DNotificationSection.java280 newBottom = (int) (lastView.getTranslationY() + lastView.getActualHeight() in updateBounds()
284 lastView.getTranslationY() + lastView.getActualHeight(), in updateBounds()
DStackStateAnimator.java176 || viewState.height != child.getActualHeight() in initAnimationProperties()
384 int actualHeight = changingView.getActualHeight(); in processAnimationEvents()
DNotificationStackScrollLayout.java397 float endY = view.getTranslationY() + view.getActualHeight();
398 float otherEndY = otherView.getTranslationY() + otherView.getActualHeight();
791 + ((ExpandableNotificationRow) mScrollAnchorView).getActualHeight(),
915 bottom = Math.max(bottom, row.getTranslationY() + row.getActualHeight());
1140 float end = start + child.getActualHeight();
1531 float bottom = childTop + slidingChild.getActualHeight()
1570 float bottom = childTop + slidingChild.getActualHeight()
2705 return (int) (lastRow.getTranslationY() + lastRow.getActualHeight()
2711 - (mMaxLayoutHeight - getIntrinsicPadding() - mFooterView.getActualHeight()));
4448 float endPosition = row.getTranslationY() + row.getActualHeight();
[all …]
DNotificationChildrenContainer.java719 int layoutEnd = mContainingNotification.getActualHeight() - mClipBottomAmount;
726 float childBottom = childTop + child.getActualHeight();
806 float bottom = childTop + slidingChild.getActualHeight();
DNotificationSwipeHelper.java424 ? ((ExpandableView) view).getActualHeight() in isTouchInView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java163 public int getActualHeight() { in getActualHeight() method in ExpandableView
380 outRect.bottom = (int) (outRect.top + getTranslationY() + getActualHeight()); in getDrawingRect()
391 outRect.bottom = outRect.top + getActualHeight(); in getBoundsOnScreen()
406 int bottom = Math.max(Math.max(getActualHeight() + getExtraBottomPadding() in updateClipping()
465 return super.hasOverlappingRendering() && getActualHeight() <= getHeight(); in hasOverlappingRendering()
DExpandableOutlineView.java91 int bottom = Math.max(getActualHeight() - mClipBottomAmount, top);
123 Math.max(getActualHeight() - mClipBottomAmount, (int) (top + topRoundness))); in getClipPath()
192 Math.max(getActualHeight() - mClipBottomAmount, top + mOutlineRadius)); in drawChild()
345 int previousHeight = getActualHeight(); in setActualHeight()
DNotificationGuts.java74 public int getActualHeight(); in getActualHeight() method
337 public int getActualHeight() { in getActualHeight() method in NotificationGuts
342 return mGutsContent != null && mExposed ? mGutsContent.getActualHeight() : getHeight(); in getIntrinsicHeight()
DActivatableNotificationView.java326 return mDoubleTapHelper.onTouchEvent(event, getActualHeight()); in handleTouchEventDimmed()
354 int heightHalf = mBackgroundNormal.getActualHeight()/2; in startActivateAnimation()
773 mAnimationTranslationY = translationDirection * getActualHeight(); in startAppearAnimation()
896 final int actualHeight = getActualHeight(); in updateAppearRect()
DAppOpsInfo.java202 public int getActualHeight() { in getActualHeight() method in AppOpsInfo
DNotificationBackgroundView.java172 public int getActualHeight() { in getActualHeight() method in NotificationBackgroundView
DExpandableNotificationRow.java1780 mGuts.setActualHeight(getActualHeight());
2099 parentY + mNotificationParent.getActualHeight()
2247 && getActualHeight() != getIntrinsicHeight()) {
2340 return getActualHeight();
2733 boolean changed = height != getActualHeight();
DNotificationSnooze.java394 public int getActualHeight() { in getActualHeight() method in NotificationSnooze
DNotificationMenuRow.java463 int parentHeight = mParent.getActualHeight(); in onParentHeightUpdate()
DNotificationInfo.java797 public int getActualHeight() {
/frameworks/base/core/java/com/android/internal/widget/
DMessagingImageMessage.java152 int width = (int) Math.max(getActualWidth(), getActualHeight() * mAspectRatio); in onDraw()
164 int bottom = getActualHeight(); in getRoundedRectPath()
257 public int getActualHeight() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDragDownHelper.java190 if (child.getActualHeight() == child.getCollapsedHeight()) { in cancelExpansion()
195 child.getActualHeight(), child.getCollapsedHeight()); in cancelExpansion()
DNotificationShelf.java381 - (previousRow.getTranslationY() + previousRow.getActualHeight()); in updateAppearance()
512 float viewEnd = row.getTranslationY() + row.getActualHeight();
558 int fullHeight = row.getActualHeight() + mPaddingBetweenElements;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMessagingImageTransformState.java80 setStartActualHeight(otherMessage.getActualHeight()); in transformViewFrom()
DActivityLaunchAnimator.java186 int notificationHeight = mSourceNotification.getActualHeight() in onAnimationStart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java112 int startHeight = (int) (mPickedChild.getActualHeight() in onInterceptTouchEvent()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelperTest.java469 doReturn(20).when(mNotificationRow).getActualHeight(); in testIsTouchInView_expandable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java152 return mView.getActualHeight(); in getHeight()