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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java185 public int getActualHeight() { method in class:ExpandableView
350 outRect.bottom = (int) (outRect.top + getTranslationY() + getActualHeight());
357 outRect.bottom = outRect.top + getActualHeight();
378 if (top >= getActualHeight()) {
379 top = getActualHeight() - 1;
381 mClipRect.set(0, top, getWidth(), getActualHeight());
417 * A listener notifying when {@link #getActualHeight} changes.
H A DNotificationGuts.java89 public int getActualHeight() { method in class:NotificationGuts
H A DExpandableOutlineView.java50 Math.max(getActualHeight(), mClipTopAmount));
H A DNotificationBackgroundView.java114 public int getActualHeight() { method in class:NotificationBackgroundView
H A DActivatableNotificationView.java206 if (mDownY > getActualHeight()) {
253 int heightHalf = mBackgroundNormal.getActualHeight()/2;
398 background.setPivotY(getActualHeight() / 2f);
532 mAnimationTranslationY = translationDirection * getActualHeight();
636 final int actualHeight = getActualHeight();
H A DExpandableNotificationRow.java418 mGuts.setActualHeight(getActualHeight());
630 return getActualHeight();
818 int translationY = getActualHeight() - expandActionHeight;
H A DBaseStatusBar.java993 final double vert = Math.max(guts.getActualHeight() - y, y);
1016 final int y = (v.getTop() + v.getActualHeight() / 2);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackStateAnimator.java220 boolean heightChanging = viewState.height != child.getActualHeight();
236 if (heightChanging && child.getActualHeight() != 0) {
420 ValueAnimator animator = ValueAnimator.ofInt(child.getActualHeight(), newEndValue);
446 child.setTag(TAG_START_HEIGHT, child.getActualHeight());
854 int actualHeight = changingView.getActualHeight();
905 mTmpState.yTranslation = -changingView.getActualHeight();
977 return view.getActualHeight();
H A DStackScrollState.java141 int height = view.getActualHeight();
H A DNotificationChildrenContainer.java395 float bottom = childTop + slidingChild.getActualHeight();
H A DNotificationStackScrollLayout.java681 float bottom = childTop + slidingChild.getActualHeight();
709 float bottom = childTop + slidingChild.getActualHeight();
2336 float endPosition = row.getTranslationY() + row.getActualHeight();
2715 float bottom = child.getTranslationY() + child.getActualHeight();
2761 boolean belowChild = touchY > childTop + child.getActualHeight();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpTouchHelper.java112 int expandedHeight = mPickedChild.getActualHeight();

Completed in 101 milliseconds