/frameworks/base/core/java/com/android/internal/widget/ |
D | MessagingImageMessage.java | 154 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/ |
D | ExpandableViewState.java | 141 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()
|
D | NotificationSection.java | 293 newBottom = (int) (lastView.getTranslationY() + lastView.getActualHeight() in updateBounds() 297 lastView.getTranslationY() + lastView.getActualHeight(), in updateBounds()
|
D | StackStateAnimator.java | 178 || viewState.height != child.getActualHeight() in initAnimationProperties() 385 int actualHeight = changingView.getActualHeight(); in processAnimationEvents()
|
D | NotificationStackScrollLayout.java | 425 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 …]
|
D | NotificationChildrenContainer.java | 755 int layoutEnd = mContainingNotification.getActualHeight() - mClipBottomAmount; 762 float childBottom = childTop + child.getActualHeight(); 842 float bottom = childTop + slidingChild.getActualHeight();
|
D | NotificationSwipeHelper.java | 427 ? ((ExpandableView) view).getActualHeight() in isTouchInView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableView.java | 212 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()
|
D | ExpandableOutlineView.java | 92 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()
|
D | NotificationGuts.java | 101 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()
|
D | ActivatableNotificationViewController.java | 102 result = mDoubleTapHelper.onTouchEvent(ev, mView.getActualHeight()); in onTouch()
|
D | ActivatableNotificationView.java | 284 int heightHalf = mBackgroundNormal.getActualHeight()/2; in startActivateAnimation() 682 mAnimationTranslationY = translationDirection * getActualHeight(); in startAppearAnimation() 802 final int actualHeight = getActualHeight(); in updateAppearRect()
|
D | AppOpsInfo.java | 204 public int getActualHeight() { in getActualHeight() method in AppOpsInfo
|
D | NotificationBackgroundView.java | 172 public int getActualHeight() { in getActualHeight() method in NotificationBackgroundView
|
D | PartialConversationInfo.java | 304 public int getActualHeight() {
|
D | ExpandableNotificationRow.java | 1760 mGuts.setActualHeight(getActualHeight()); 2062 parentY + mNotificationParent.getActualHeight() 2217 && getActualHeight() != getIntrinsicHeight()) { 2307 return getActualHeight(); 2711 boolean changed = height != getActualHeight(); 2969 && getActualHeight() == getIntrinsicHeight()) {
|
D | NotificationSnooze.java | 388 public int getActualHeight() { in getActualHeight() method in NotificationSnooze
|
D | NotificationConversationInfo.java | 586 public int getActualHeight() { in getActualHeight() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | DragDownHelper.java | 202 if (child.getActualHeight() == child.getCollapsedHeight()) { in cancelExpansion() 207 child.getActualHeight(), child.getCollapsedHeight()); in cancelExpansion()
|
D | NotificationShelf.java | 358 - (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/ |
D | MessagingImageTransformState.java | 80 setStartActualHeight(otherMessage.getActualHeight()); in transformViewFrom()
|
D | ActivityLaunchAnimator.java | 200 int notificationHeight = Math.max(mSourceNotification.getActualHeight() in onAnimationStart()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpTouchHelper.java | 115 int startHeight = (int) (mPickedChild.getActualHeight() in onInterceptTouchEvent()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationSwipeHelperTest.java | 471 doReturn(20).when(mNotificationRow).getActualHeight(); in testIsTouchInView_expandable()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 153 return mView.getActualHeight(); in getHeight()
|