/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/ |
H A D | SystemBarHelper.java | 322 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()
|
/aosp12/frameworks/base/core/java/com/android/internal/app/ |
H A D | ChooserMultiProfilePagerAdapter.java | 239 void setEmptyStateBottomOffset(int bottomOffset) { in setEmptyStateBottomOffset() argument 240 mBottomOffset = bottomOffset; in setEmptyStateBottomOffset()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
H A D | AllAppsContainerView.java | 733 int bottomOffset = 0; in applyPadding() local 735 bottomOffset = mInsets.bottom + mWorkManager.getWorkModeSwitch().getHeight(); in applyPadding() 738 padding.bottom + bottomOffset); in applyPadding()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipBoundsAlgorithm.java | 356 int bottomOffset) { in getMovementBounds() argument 363 movementBoundsOut.bottom -= bottomOffset; in getMovementBounds()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipTouchHandler.java | 369 final int bottomOffset = mIsImeShowing ? mImeHeight : 0; in onMovementBoundsChanged() local 378 normalMovementBounds, bottomOffset); in onMovementBoundsChanged() 398 bottomOffset); in onMovementBoundsChanged() local
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | GridView.java | 647 int bottomOffset = end - lastBottom; in correctTooHigh() local 654 if (bottomOffset > 0 && (mFirstPosition > 0 || firstTop < mListPadding.top)) { in correctTooHigh() 657 bottomOffset = Math.min(bottomOffset, mListPadding.top - firstTop); in correctTooHigh() 661 offsetChildrenTopAndBottom(bottomOffset); in correctTooHigh()
|
H A D | ListView.java | 1554 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()
|
/aosp12/frameworks/opt/chips/src/com/android/ex/chips/ |
H A D | RecipientEditTextView.java | 2040 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()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 384 field public static final int bottomOffset = 16843351; // 0x1010257
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 347 field public static final int bottomOffset = 16843351; // 0x1010257
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 78863 Lcom/android/internal/R$attr;->bottomOffset:I
|