Home
last modified time | relevance | path

Searched refs:topOffset (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanel.java293 int topOffset; in updateViewPositions() local
295 topOffset = 0; in updateViewPositions()
297 topOffset = tileHeightOffset; in updateViewPositions()
309 child.setLeftTopRightBottom(child.getLeft(), top + topOffset, in updateViewPositions() local
310 child.getRight(), top + topOffset + child.getHeight()); in updateViewPositions()
/aosp14/frameworks/base/core/java/android/widget/
H A DGridView.java690 int topOffset = firstTop - start; in correctTooLow() local
697 if (topOffset > 0 && (lastPosition < mItemCount - 1 || lastBottom > end)) { in correctTooLow()
700 topOffset = Math.min(topOffset, lastBottom - end); in correctTooLow()
704 offsetChildrenTopAndBottom(-topOffset); in correctTooLow()
H A DListView.java1604 int topOffset = firstTop - start; in correctTooLow() local
1611 if (topOffset > 0) { in correctTooLow()
1615 topOffset = Math.min(topOffset, lastBottom - end); in correctTooLow()
1618 offsetChildrenTopAndBottom(-topOffset); in correctTooLow()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java1004 final int topOffset = mMagnificationFrameBoundary.bottom - mMagnificationFrame.height(); in updateMagnificationFramePosition() local
1005 mTmpRect.offsetTo(mTmpRect.left, topOffset); in updateMagnificationFramePosition()
1336 float leftOffset, float topOffset, float rightOffset, in changeMagnificationFrameSize() argument
1354 tempRect.top += (int) (topOffset); in changeMagnificationFrameSize()
/aosp14/frameworks/base/core/java/android/os/
H A DBatteryStats.java1371 private void appendHex(long val, int topOffset, StringBuilder out) { in appendHex() argument
1373 while (topOffset >= 0) { in appendHex()
1374 int digit = (int)( (val>>topOffset) & 0xf ); in appendHex()
1375 topOffset -= 4; in appendHex()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt1740 field public static final int topOffset = 16843352; // 0x1010258
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt76660 Lcom/android/internal/R$attr;->topOffset:I