Searched refs:bottomOffset (Results 1 – 10 of 10) sorted by relevance
322 private int bottomOffset; field in SystemBarHelper.WindowInsetsListener328 bottomOffset = getBottomDistance(view); in onApplyWindowInsets()334 final int bottomMargin = Math.max(insets.getSystemWindowInsetBottom() - bottomOffset, 0); in onApplyWindowInsets()
268 final int bottomOffset = mIsImeShowing ? mImeHeight : 0; in onMovementBoundsChanged() local274 bottomOffset); in onMovementBoundsChanged()285 bottomOffset); in onMovementBoundsChanged()
328 int bottomOffset) { in getMovementBounds() argument335 movementBoundsOut.bottom -= bottomOffset; in getMovementBounds()
646 int bottomOffset = end - lastBottom; in correctTooHigh() local653 if (bottomOffset > 0 && (mFirstPosition > 0 || firstTop < mListPadding.top)) { in correctTooHigh()656 bottomOffset = Math.min(bottomOffset, mListPadding.top - firstTop); in correctTooHigh()660 offsetChildrenTopAndBottom(bottomOffset); in correctTooHigh()
1554 int bottomOffset = end - lastBottom; in correctTooHigh() local1560 if (bottomOffset > 0 && (mFirstPosition > 0 || firstTop < mListPadding.top)) { in correctTooHigh()1563 bottomOffset = Math.min(bottomOffset, mListPadding.top - firstTop); in correctTooHigh()1566 offsetChildrenTopAndBottom(bottomOffset); in correctTooHigh()
2040 int bottomOffset = calculateOffsetFromBottomToTop(line); in showAlternates() local2046 alternatesPopup.setVerticalOffset(bottomOffset); in showAlternates()2611 int bottomOffset = calculateOffsetFromBottomToTop(line); in showAddress() local2615 popup.setVerticalOffset(bottomOffset); in showAddress()
347 field public static final int bottomOffset = 16843351; // 0x1010257
353 field public static final int bottomOffset = 16843351; // 0x1010257
89969 Lcom/android/internal/R$attr;->bottomOffset:I