Home
last modified time | relevance | path

Searched refs:bottomOffset (Results 1 – 7 of 7) 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.java1558 int bottomOffset = end - lastBottom; in correctTooHigh() local
1564 if (bottomOffset > 0 && (mFirstPosition > 0 || firstTop < mListPadding.top)) { in correctTooHigh()
1567 bottomOffset = Math.min(bottomOffset, mListPadding.top - firstTop); in correctTooHigh()
1570 offsetChildrenTopAndBottom(bottomOffset); in correctTooHigh()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java2037 int bottomOffset = calculateOffsetFromBottomToTop(line); in showAlternates() local
2043 alternatesPopup.setVerticalOffset(bottomOffset); in showAlternates()
2608 int bottomOffset = calculateOffsetFromBottomToTop(line); in showAddress() local
2612 popup.setVerticalOffset(bottomOffset); in showAddress()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...