Home
last modified time | relevance | path

Searched refs:bottomOffset (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DSystemBarHelper.java322 private int bottomOffset; field in SystemBarHelper.WindowInsetsListener
328 bottomOffset = getBottomDistance(view); in onApplyWindowInsets()
334 final int bottomMargin = Math.max(insets.getSystemWindowInsetBottom() - bottomOffset, 0); in onApplyWindowInsets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipTouchHandler.java268 final int bottomOffset = mIsImeShowing ? mImeHeight : 0; in onMovementBoundsChanged() local
274 bottomOffset); in onMovementBoundsChanged()
285 bottomOffset); in onMovementBoundsChanged()
/frameworks/base/core/java/com/android/internal/policy/
DPipSnapAlgorithm.java328 int bottomOffset) { in getMovementBounds() argument
335 movementBoundsOut.bottom -= bottomOffset; in getMovementBounds()
/frameworks/base/core/java/android/widget/
DGridView.java646 int bottomOffset = end - lastBottom; in correctTooHigh() local
653 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()
DListView.java1554 int bottomOffset = end - lastBottom; in correctTooHigh() local
1560 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()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java2040 int bottomOffset = calculateOffsetFromBottomToTop(line); in showAlternates() local
2046 alternatesPopup.setVerticalOffset(bottomOffset); in showAlternates()
2611 int bottomOffset = calculateOffsetFromBottomToTop(line); in showAddress() local
2615 popup.setVerticalOffset(bottomOffset); in showAddress()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt347 field public static final int bottomOffset = 16843351; // 0x1010257
/frameworks/base/non-updatable-api/
Dcurrent.txt353 field public static final int bottomOffset = 16843351; // 0x1010257
/frameworks/base/api/
Dcurrent.txt353 field public static final int bottomOffset = 16843351; // 0x1010257
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt89969 Lcom/android/internal/R$attr;->bottomOffset:I