Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/com/android/internal/widget/
DMessagingImageMessage.java154 int width = (int) Math.max((Math.min(getHeight(), getActualHeight()) * mAspectRatio), in onDraw()
157 getActualHeight()); in onDraw()
160 int top = (int) ((getActualHeight() - height) / 2.0f); in onDraw()
170 int bottom = getActualHeight(); in getRoundedRectPath()
272 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()
299 child.setTag(TAG_START_HEIGHT, child.getActualHeight()); in startHeightAnimation()
377 return view.getActualHeight(); in getFinalActualHeight()
DNotificationSection.java293 newBottom = (int) (lastView.getTranslationY() + lastView.getActualHeight() in updateBounds()
297 lastView.getTranslationY() + lastView.getActualHeight(), in updateBounds()
DStackStateAnimator.java178 || viewState.height != child.getActualHeight() in initAnimationProperties()
385 int actualHeight = changingView.getActualHeight(); in processAnimationEvents()
DNotificationStackScrollLayout.java425 float endY = view.getTranslationY() + view.getActualHeight();
426 float otherEndY = otherView.getTranslationY() + otherView.getActualHeight();
888 + ((ExpandableNotificationRow) mScrollAnchorView).getActualHeight(),
1018 bottom = Math.max(bottom, row.getTranslationY() + row.getActualHeight());
1250 float end = start + child.getActualHeight();
1656 float bottom = childTop + slidingChild.getActualHeight()
1696 float bottom = childTop + slidingChild.getActualHeight()
2881 return (int) (lastRow.getTranslationY() + lastRow.getActualHeight()
2887 - (mMaxLayoutHeight - getIntrinsicPadding() - mFooterView.getActualHeight()));
4667 float endPosition = row.getTranslationY() + row.getActualHeight();
[all …]
DNotificationChildrenContainer.java755 int layoutEnd = mContainingNotification.getActualHeight() - mClipBottomAmount;
762 float childBottom = childTop + child.getActualHeight();
842 float bottom = childTop + slidingChild.getActualHeight();
DNotificationSwipeHelper.java427 ? ((ExpandableView) view).getActualHeight() in isTouchInView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java212 public int getActualHeight() { in getActualHeight() method in ExpandableView
414 outRect.bottom = (int) (outRect.top + getTranslationY() + getActualHeight()); in getDrawingRect()
425 outRect.bottom = outRect.top + getActualHeight(); in getBoundsOnScreen()
440 int bottom = Math.max(Math.max(getActualHeight() + getExtraBottomPadding() in updateClipping()
499 return super.hasOverlappingRendering() && getActualHeight() <= getHeight(); in hasOverlappingRendering()
DExpandableOutlineView.java92 int bottom = Math.max(getActualHeight() - mClipBottomAmount, top);
122 Math.max(getActualHeight() - mClipBottomAmount, (int) (top + topRoundness))); in getClipPath()
175 Math.max(getActualHeight() - mClipBottomAmount, top + mOutlineRadius)); in drawChild()
320 int previousHeight = getActualHeight(); in setActualHeight()
DNotificationGuts.java101 public int getActualHeight(); in getActualHeight() method
393 public int getActualHeight() { in getActualHeight() method in NotificationGuts
398 return mGutsContent != null && mExposed ? mGutsContent.getActualHeight() : getHeight(); in getIntrinsicHeight()
DActivatableNotificationViewController.java102 result = mDoubleTapHelper.onTouchEvent(ev, mView.getActualHeight()); in onTouch()
DActivatableNotificationView.java284 int heightHalf = mBackgroundNormal.getActualHeight()/2; in startActivateAnimation()
682 mAnimationTranslationY = translationDirection * getActualHeight(); in startAppearAnimation()
802 final int actualHeight = getActualHeight(); in updateAppearRect()
DAppOpsInfo.java204 public int getActualHeight() { in getActualHeight() method in AppOpsInfo
DNotificationBackgroundView.java172 public int getActualHeight() { in getActualHeight() method in NotificationBackgroundView
DPartialConversationInfo.java304 public int getActualHeight() {
DExpandableNotificationRow.java1760 mGuts.setActualHeight(getActualHeight());
2062 parentY + mNotificationParent.getActualHeight()
2217 && getActualHeight() != getIntrinsicHeight()) {
2307 return getActualHeight();
2711 boolean changed = height != getActualHeight();
2969 && getActualHeight() == getIntrinsicHeight()) {
DNotificationSnooze.java388 public int getActualHeight() { in getActualHeight() method in NotificationSnooze
DNotificationConversationInfo.java586 public int getActualHeight() { in getActualHeight() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDragDownHelper.java202 if (child.getActualHeight() == child.getCollapsedHeight()) { in cancelExpansion()
207 child.getActualHeight(), child.getCollapsedHeight()); in cancelExpansion()
DNotificationShelf.java358 - (previousAnv.getTranslationY() + previousAnv.getActualHeight()); in updateAppearance()
492 float viewEnd = view.getTranslationY() + view.getActualHeight();
539 int fullHeight = view.getActualHeight() + mPaddingBetweenElements;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMessagingImageTransformState.java80 setStartActualHeight(otherMessage.getActualHeight()); in transformViewFrom()
DActivityLaunchAnimator.java200 int notificationHeight = Math.max(mSourceNotification.getActualHeight() in onAnimationStart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java115 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.java153 return mView.getActualHeight(); in getHeight()

12