Home
last modified time | relevance | path

Searched refs:getDisplayWidth (Results 1 – 16 of 16) sorted by relevance

/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DBackground.java119 final int centerX = mLauncher.getDevice().getDisplayWidth() / 2; in goToOverviewUnchecked()
146 startX = endX = mLauncher.getDevice().getDisplayWidth() / 2; in goToOverviewUnchecked()
182 final int centerX = mLauncher.getDevice().getDisplayWidth() / 2; in sendDownPointerToEnterOverviewToLauncher()
196 final int centerX = mLauncher.getDevice().getDisplayWidth() / 2; in sendSwipeUpAndHoldToEnterOverviewGestureToLauncher()
219 final int centerX = mLauncher.getDevice().getDisplayWidth() / 2; in sendUpPointerToEnterOverviewToLauncher()
272 endX = mLauncher.getDevice().getDisplayWidth() - cornerRadius; in quickSwitch()
284 startX = mLauncher.getDevice().getDisplayWidth() - cornerRadius; in quickSwitch()
H A DOverview.java55 mLauncher.getDevice().getDisplayWidth() / 2, in switchToAllApps()
59 mLauncher.getDevice().getDisplayWidth() / 2, in switchToAllApps()
H A DWorkspace.java188 int pageWidth = mLauncher.getDevice().getDisplayWidth() / pagesPerScreen(); in dragIcon()
/aosp12/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DUiBot.java232 mDevice.swipe(mDevice.getDisplayWidth() / 2, mDevice.getDisplayHeight() * 3 / 4, in swipeUp()
233 mDevice.getDisplayWidth() / 2, 0, 30); in swipeUp()
/aosp12/frameworks/base/core/java/android/view/
H A DDisplayCutout.java280 public int getDisplayWidth() { in getDisplayWidth() method in DisplayCutout.CutoutPathParserInfo
686 mCutoutPathParserInfo.getDensity(), mCutoutPathParserInfo.getDisplayWidth(), in getCutoutPath()
698 mCutoutPathParserInfo.getDisplayWidth(), in getCutoutPath()
1140 out.writeInt(cutout.mCutoutPathParserInfo.getDisplayWidth()); in writeCutoutToParcel()
1222 mInner.mCutoutPathParserInfo.getDisplayWidth(), in scale()
/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiDevice.java379 public int getDisplayWidth() { in getDisplayWidth() method in UiDevice
411 if (x >= getDisplayWidth() || y >= getDisplayHeight()) { in click()
H A DUiObject.java344 int w = UiDevice.getInstance().getDisplayWidth(); in getVisibleBounds()
/aosp12/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
H A DCellBroadcastSettingsTest.java75 int w = mDevice.getDisplayWidth(); in testRotateAlertReminderDialogOpen()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DDisplayCutoutTest.java216 assertThat(displayWidth, equalTo(cutout.getCutoutPathParserInfo().getDisplayWidth())); in testGetCutoutPathParserInfo()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayLayout.java419 info.getDisplayWidth(), info.getDisplayHeight(), info.getDensity(), in calculateDisplayCutoutForRotation()
/aosp12/frameworks/base/cmds/uiautomator/api/
H A D16.txt19 method public int getDisplayWidth();
H A D17.txt20 method public int getDisplayWidth();
H A Dcurrent.txt37 method @Deprecated public int getDisplayWidth();
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelViewController.java330 float width = mStatusBar.getDisplayWidth(); in startOpening()
H A DStatusBar.java2438 public float getDisplayWidth() { in getDisplayWidth() method
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java2106 info.getDisplayWidth(), info.getDisplayHeight(), info.getDensity(), in calculateDisplayCutoutForRotationUncached()