/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/ |
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()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ChooserMultiProfilePagerAdapter.java | 191 void setEmptyStateBottomOffset(int bottomOffset) { in setEmptyStateBottomOffset() argument 192 mBottomOffset = bottomOffset; in setEmptyStateBottomOffset()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/ |
D | PipBoundsAlgorithm.java | 372 int bottomOffset) { in getMovementBounds() argument 379 movementBoundsOut.bottom -= bottomOffset; in getMovementBounds()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipTouchHandler.java | 391 final int bottomOffset = mIsImeShowing ? mImeHeight : 0; in onMovementBoundsChanged() local 400 normalMovementBounds, bottomOffset); in onMovementBoundsChanged() 417 bottomOffset); in onMovementBoundsChanged() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/ |
D | PipTouchHandler.java | 400 final int bottomOffset = mIsImeShowing ? mImeHeight : 0; in onMovementBoundsChanged() local 409 normalMovementBounds, bottomOffset); in onMovementBoundsChanged() 426 bottomOffset); in onMovementBoundsChanged() local
|
/frameworks/base/core/java/android/widget/ |
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()
|
D | ListView.java | 1552 int bottomOffset = end - lastBottom; in correctTooHigh() local 1558 if (bottomOffset > 0 && (mFirstPosition > 0 || firstTop < mListPadding.top)) { in correctTooHigh() 1561 bottomOffset = Math.min(bottomOffset, mListPadding.top - firstTop); in correctTooHigh() 1564 offsetChildrenTopAndBottom(bottomOffset); in correctTooHigh()
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
D | WindowMagnificationController.java | 1630 float bottomOffset) { in changeMagnificationFrameSize() argument 1648 tempRect.bottom += (int) (bottomOffset); in changeMagnificationFrameSize()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 347 field public static final int bottomOffset = 16843351; // 0x1010257
|
/frameworks/base/core/api/ |
D | current.txt | 541 field public static final int bottomOffset = 16843351; // 0x1010257
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 74897 Lcom/android/internal/R$attr;->bottomOffset:I
|