Lines Matching defs:getHeight

1949             if (mLeftGlow.onPull(-overscrollX / getWidth(), 1f - y  / getHeight())) {
1954 if (mRightGlow.onPull(overscrollX / getWidth(), y / getHeight())) {
1961 if (mTopGlow.onPull(-overscrollY / getHeight(), x / getWidth())) {
1966 if (mBottomGlow.onPull(overscrollY / getHeight(), 1f - x / getWidth())) {
2211 mTempRect.set(0, 0, focused.getWidth(), focused.getHeight());
2212 mTempRect2.set(0, 0, next.getWidth(), next.getHeight());
2239 mTempRect.set(0, 0, focused.getWidth(), focused.getHeight());
3071 mLayout.getHeight() != getHeight()) {
3556 c.translate(-getHeight() + padding, 0);
3581 c.translate(-getWidth() + getPaddingRight(), -getHeight() + getPaddingBottom());
3583 c.translate(-getWidth(), -getHeight());
4490 final int containerSize = horizontal ? getWidth() : getHeight();
4542 top + shadowingView.getHeight());
6313 mHeight = recyclerView.getHeight();
6492 * {@code true}. At this stage, {@link #getWidth()} and {@link #getHeight()} will still
6498 * access the measurement specs via {@link #getHeight()}, {@link #getHeightMode()},
7437 public int getHeight() {
7707 final int heightSpec = getChildMeasureSpec(getHeight(), getHeightMode(),
7739 || !isMeasurementUpToDate(child.getHeight(), heightSpec, lp.height);
7808 final int heightSpec = getChildMeasureSpec(getHeight(), getHeightMode(),
8036 child.getWidth() + insets.right, child.getHeight() + insets.bottom);
8038 out.set(0, 0, child.getWidth(), child.getHeight());
8271 final int parentBottom = getHeight() - getPaddingBottom();
8879 vScroll = -(getHeight() - getPaddingTop() - getPaddingBottom());
8887 vScroll = getHeight() - getPaddingTop() - getPaddingBottom();
8953 MeasureSpec.makeMeasureSpec(recyclerView.getHeight(), MeasureSpec.EXACTLY)