Searched refs:remainingHeight (Results 1 – 7 of 7) sorted by relevance
153 int remainingHeight = heightSize - usedHeight; in tryOnMeasure() local161 final int heightToGive = Math.min(remainingHeight, buttonWantsHeight); in tryOnMeasure()163 remainingHeight -= heightToGive; in tryOnMeasure()177 if (middlePanel != null && remainingHeight > 0) { in tryOnMeasure()180 final int heightToGive = remainingHeight; in tryOnMeasure()181 remainingHeight -= heightToGive; in tryOnMeasure()
950 final int remainingHeight = heightSize - heightUsed;953 lp.maxHeight > remainingHeight ? lp.maxHeight - remainingHeight : 0);970 final int remainingHeight = heightSize - heightUsed;973 lp.maxHeight > remainingHeight ? lp.maxHeight - remainingHeight : 0);
131 int remainingHeight = view.getHeight() - view.getPaddingTop() in onScrollRequested() local133 if (remainingHeight > 0) { in onScrollRequested()134 input.inset(0, -remainingHeight / 2); in onScrollRequested()
78 int remainingHeight = recyclerLocalVisible.height() - requestedContainerBounds.height(); in onScrollRequested() local79 if (remainingHeight > 0) { in onScrollRequested()80 adjustedContainerBounds.inset(0, -remainingHeight / 2); in onScrollRequested()
90 int remainingHeight = recyclerView.getHeight() - recyclerView.getPaddingTop() in onScrollRequested() local92 if (remainingHeight > 0) { in onScrollRequested()93 input.inset(0, -remainingHeight / 2); in onScrollRequested()
170 public void setMoreSuggestionsHeight(final int remainingHeight) { in setMoreSuggestionsHeight() argument172 if (currentHeight <= remainingHeight) { in setMoreSuggestionsHeight()176 mMaxMoreSuggestionsRow = (remainingHeight - mMoreSuggestionsBottomGap) in setMoreSuggestionsHeight()
208 public void setMoreSuggestionsHeight(final int remainingHeight) { in setMoreSuggestionsHeight() argument209 mLayoutHelper.setMoreSuggestionsHeight(remainingHeight); in setMoreSuggestionsHeight()