Searched refs:getActualHeight (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java153 public int getActualHeight() { method in class:ExpandableView
367 outRect.bottom = (int) (outRect.top + getTranslationY() + getActualHeight());
378 outRect.bottom = outRect.top + getActualHeight();
393 mClipRect.set(0, top, getWidth(), Math.max(getActualHeight() + getExtraBottomPadding()
440 return super.hasOverlappingRendering() && getActualHeight() <= getHeight();
563 * A listener notifying when {@link #getActualHeight} changes.
H A DExpandableOutlineView.java94 int bottom = Math.max(getActualHeight() - mClipBottomAmount, top);
126 bottom = Math.max(getActualHeight(), top);
127 int intersectBottom = Math.max(getActualHeight() - mClipBottomAmount, top);
212 Math.max(getActualHeight() - mClipBottomAmount, top + mOutlineRadius));
361 int previousHeight = getActualHeight();
H A DNotificationGuts.java73 public int getActualHeight(); method in interface:NotificationGuts.GutsContent
328 public int getActualHeight() { method in class:NotificationGuts
333 return mGutsContent != null && mExposed ? mGutsContent.getActualHeight() : getHeight();
H A DDragDownHelper.java188 if (child.getActualHeight() == child.getCollapsedHeight()) {
193 child.getActualHeight(), child.getCollapsedHeight());
H A DActivatableNotificationView.java331 return mDoubleTapHelper.onTouchEvent(event, getActualHeight());
359 int heightHalf = mBackgroundNormal.getActualHeight()/2;
795 mAnimationTranslationY = translationDirection * getActualHeight();
918 final int actualHeight = getActualHeight();
H A DAppOpsInfo.java204 public int getActualHeight() { method in class:AppOpsInfo
H A DNotificationBackgroundView.java165 public int getActualHeight() { method in class:NotificationBackgroundView
H A DNotificationShelf.java440 float viewEnd = row.getTranslationY() + row.getActualHeight();
479 int fullHeight = row.getActualHeight() + mPaddingBetweenElements;
H A DExpandableNotificationRow.java1566 mGuts.setActualHeight(getActualHeight());
1869 + mNotificationParent.getActualHeight());
2011 && getActualHeight() != getIntrinsicHeight()) {
2120 return getActualHeight();
2467 boolean changed = height != getActualHeight();
/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingImageMessage.java140 int width = (int) Math.max(getActualWidth(), getActualHeight() * mAspectRatio);
152 int bottom = getActualHeight();
245 public int getActualHeight() { method in class:MessagingImageMessage
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DExpandableViewState.java148 int height = expandableView.getActualHeight();
202 if (this.height != expandableView.getActualHeight()) {
279 ValueAnimator animator = ValueAnimator.ofInt(child.getActualHeight(), newEndValue);
326 child.setTag(TAG_START_HEIGHT, child.getActualHeight());
466 return view.getActualHeight();
H A DStackStateAnimator.java170 || viewState.height != child.getActualHeight()
385 int actualHeight = changingView.getActualHeight();
H A DNotificationStackScrollLayout.java357 float endY = view.getTranslationY() + view.getActualHeight();
358 float otherEndY = otherView.getTranslationY() + otherView.getActualHeight();
775 float end = start + child.getActualHeight();
1246 float bottom = childTop + slidingChild.getActualHeight()
1290 float bottom = childTop + slidingChild.getActualHeight()
2467 bottom = (int) (lastView.getTranslationY() + lastView.getActualHeight()
3736 float endPosition = row.getTranslationY() + row.getActualHeight();
3909 float yLocation = previous.getTranslationY() + previous.getActualHeight() -
4168 float bottom = child.getTranslationY() + child.getActualHeight()
4207 boolean belowChild = touchY > childTop + child.getActualHeight()
[all...]
H A DNotificationChildrenContainer.java766 int layoutEnd = mContainingNotification.getActualHeight() - mClipBottomAmount;
773 float childBottom = childTop + child.getActualHeight();
853 float bottom = childTop + slidingChild.getActualHeight();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DMessagingImageTransformState.java81 setStartActualHeight(otherMessage.getActualHeight());
H A DActivityLaunchAnimator.java162 int notificationHeight = mSourceNotification.getActualHeight()
/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
H A DListContent.java204 visibleHeight += rc.getActualHeight();
238 int height = mode == MODE_SMALL ? gc.getSmallHeight() : gc.getActualHeight();
242 return mode == MODE_SMALL ? rc.getSmallHeight() : rc.getActualHeight();
H A DRowView.java144 public int getActualHeight() { method in class:RowView
148 return mRowContent != null && mRowContent.isValid() ? mRowContent.getActualHeight() : 0;
156 : getActualHeight();
190 int totalHeight = getMode() == MODE_SMALL ? getSmallHeight() : getActualHeight();
H A DSliceChildView.java103 public int getActualHeight() { method in class:SliceChildView
H A DGridRowView.java118 public int getActualHeight() { method in class:GridRowView
122 return mGridContent.getActualHeight() + getExtraTopPadding() + getExtraBottomPadding();
146 int height = getMode() == MODE_SMALL ? getSmallHeight() : getActualHeight();
H A DRowContent.java319 ? getActualHeight()
326 public int getActualHeight() { method in class:RowContent
H A DLargeTemplateView.java122 public int getActualHeight() { method in class:LargeTemplateView
H A DGridContent.java245 public int getActualHeight() { method in class:GridContent
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpTouchHelper.java113 int startHeight = (int) (mPickedChild.getActualHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java152 return mView.getActualHeight();

Completed in 623 milliseconds

12