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/row/
DExpandableView.java162 public int getActualHeight() { in getActualHeight() method in ExpandableView
364 outRect.bottom = (int) (outRect.top + getTranslationY() + getActualHeight()); in getDrawingRect()
375 outRect.bottom = outRect.top + getActualHeight(); in getBoundsOnScreen()
390 int bottom = Math.max(Math.max(getActualHeight() + getExtraBottomPadding() in updateClipping()
449 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.java319 return mDoubleTapHelper.onTouchEvent(event, getActualHeight()); in handleTouchEventDimmed()
347 int heightHalf = mBackgroundNormal.getActualHeight()/2; in startActivateAnimation()
752 mAnimationTranslationY = translationDirection * getActualHeight(); in startAppearAnimation()
875 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.java1773 mGuts.setActualHeight(getActualHeight());
2075 parentY + mNotificationParent.getActualHeight()
2225 && getActualHeight() != getIntrinsicHeight()) {
2315 return getActualHeight();
2710 boolean changed = height != getActualHeight();
DNotificationSnooze.java394 public int getActualHeight() { in getActualHeight() method in NotificationSnooze
DNotificationMenuRow.java462 int parentHeight = mParent.getActualHeight(); in onParentHeightUpdate()
DNotificationInfo.java797 public int getActualHeight() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DExpandableViewState.java141 int height = expandableView.getActualHeight(); in applyToView()
184 if (this.height != expandableView.getActualHeight()) { in animateTo()
251 ValueAnimator animator = ValueAnimator.ofInt(child.getActualHeight(), newEndValue); in startHeightAnimation()
298 child.setTag(TAG_START_HEIGHT, child.getActualHeight()); in startHeightAnimation()
375 return view.getActualHeight(); in getFinalActualHeight()
DNotificationSection.java280 newBottom = (int) (lastView.getTranslationY() + lastView.getActualHeight() in updateBounds()
284 lastView.getTranslationY() + lastView.getActualHeight(), in updateBounds()
DStackStateAnimator.java177 || viewState.height != child.getActualHeight() in initAnimationProperties()
384 int actualHeight = changingView.getActualHeight(); in processAnimationEvents()
DNotificationStackScrollLayout.java395 float endY = view.getTranslationY() + view.getActualHeight();
396 float otherEndY = otherView.getTranslationY() + otherView.getActualHeight();
805 + ((ExpandableNotificationRow) mScrollAnchorView).getActualHeight(),
935 bottom = Math.max(bottom, row.getTranslationY() + row.getActualHeight());
1165 float end = start + child.getActualHeight();
1574 float bottom = childTop + slidingChild.getActualHeight()
1613 float bottom = childTop + slidingChild.getActualHeight()
2753 return (int) (lastRow.getTranslationY() + lastRow.getActualHeight()
2759 - (mMaxLayoutHeight - getIntrinsicPadding() - mFooterView.getActualHeight()));
4495 float endPosition = row.getTranslationY() + row.getActualHeight();
[all …]
DNotificationChildrenContainer.java720 int layoutEnd = mContainingNotification.getActualHeight() - mClipBottomAmount;
727 float childBottom = childTop + child.getActualHeight();
807 float bottom = childTop + slidingChild.getActualHeight();
DNotificationSwipeHelper.java427 ? ((ExpandableView) view).getActualHeight() in isTouchInView()
/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.java194 if (child.getActualHeight() == child.getCollapsedHeight()) { in cancelExpansion()
199 child.getActualHeight(), child.getCollapsedHeight()); in cancelExpansion()
DNotificationShelf.java359 - (previousRow.getTranslationY() + previousRow.getActualHeight()); in updateAppearance()
494 float viewEnd = row.getTranslationY() + row.getActualHeight();
544 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.java471 doReturn(20).when(mNotificationRow).getActualHeight(); in testIsTouchInView_expandable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java152 return mView.getActualHeight(); in getHeight()