Searched refs:getActualHeight (Results 1 – 13 of 13) sorted by relevance
137 public int getActualHeight() { in getActualHeight() method in ExpandableView301 outRect.bottom = (int) (outRect.top + getTranslationY() + getActualHeight()); in getDrawingRect()312 outRect.bottom = outRect.top + getActualHeight(); in getBoundsOnScreen()327 if (top >= getActualHeight()) { in updateClipping()328 top = getActualHeight() - 1; in updateClipping()330 mClipRect.set(0, top, getWidth(), getActualHeight() + getExtraBottomPadding()); in updateClipping()368 return super.hasOverlappingRendering() && getActualHeight() <= getHeight(); in hasOverlappingRendering()
183 if (child.getActualHeight() == child.getCollapsedHeight()) { in cancelExpansion()188 child.getActualHeight(), child.getCollapsedHeight()); in cancelExpansion()
272 if (mDownY > getActualHeight()) { in handleTouchEventDimmed()336 int heightHalf = mBackgroundNormal.getActualHeight()/2; in startActivateAnimation()551 background.setPivotY(getActualHeight() / 2f); in fadeInFromDark()724 mAnimationTranslationY = translationDirection * getActualHeight(); in startAppearAnimation()831 final int actualHeight = getActualHeight(); in updateAppearRect()
44 Math.max(getActualHeight(), mClipTopAmount));
114 public int getActualHeight() { in getActualHeight() method in NotificationBackgroundView
431 public int getActualHeight() { in getActualHeight() method in NotificationGuts
881 mGuts.setActualHeight(getActualHeight());1208 return getActualHeight();
210 boolean heightChanging = viewState.height != child.getActualHeight(); in startStackAnimations()485 ValueAnimator animator = ValueAnimator.ofInt(child.getActualHeight(), newEndValue); in startHeightAnimation()529 child.setTag(TAG_START_HEIGHT, child.getActualHeight()); in startHeightAnimation()887 int actualHeight = changingView.getActualHeight(); in processAnimationEvents()941 mTmpState.yTranslation = -changingView.getActualHeight(); in processAnimationEvents()1020 return view.getActualHeight(); in getFinalActualHeight()
139 int height = view.getActualHeight();
321 float endY = view.getTranslationY() + view.getActualHeight();322 float otherEndY = otherView.getTranslationY() + otherView.getActualHeight();958 float bottom = childTop + slidingChild.getActualHeight(); in getClosestChildAtRawPosition()987 float bottom = childTop + slidingChild.getActualHeight(); in getChildAtPosition()2058 bottom = (int) (lastView.getTranslationY() + lastView.getActualHeight()); in updateBackgroundBounds()3166 float endPosition = row.getTranslationY() + row.getActualHeight(); in updateScrollPositionOnExpandInBottom()3332 float yLocation = previous.getTranslationY() + previous.getActualHeight() - in updateViewShadows()3638 float bottom = child.getTranslationY() + child.getActualHeight(); in getBottomMostNotificationBottom()3676 boolean belowChild = touchY > childTop + child.getActualHeight(); in isBelowLastNotification()4195 height = guts.getActualHeight(); in closeControlsIfOutsideTouch()[all …]
671 float bottom = childTop + slidingChild.getActualHeight();
105 int expandedHeight = mPickedChild.getActualHeight(); in onInterceptTouchEvent()
146 return mView.getActualHeight(); in getHeight()