Home
last modified time | relevance | path

Searched refs:getDisplayHeight (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/bubble/
DLaunchBubbleFromLockScreen.kt70 device.swipe(100, insets.top + 100, 100, device.getDisplayHeight() / 2, 4) in <lambda>()
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiDevice.java393 public int getDisplayHeight() { in getDisplayHeight() method in UiDevice
411 if (x >= getDisplayWidth() || y >= getDisplayHeight()) { in click()
DUiObject.java345 int h = UiDevice.getInstance().getDisplayHeight(); in getVisibleBounds()
/frameworks/base/core/java/android/view/
DDisplayCutout.java299 public int getDisplayHeight() { in getDisplayHeight() method in DisplayCutout.CutoutPathParserInfo
767 mCutoutPathParserInfo.getDisplayHeight(), in getCutoutPath()
1186 info.getDisplayWidth(), info.getDisplayHeight(), info.getPhysicalDisplayWidth(), in getRotated()
1287 out.writeInt(cutout.mCutoutPathParserInfo.getDisplayHeight()); in writeCutoutToParcel()
1376 mInner.mCutoutPathParserInfo.getDisplayHeight(), in scale()
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DUiBot.java232 mDevice.swipe(mDevice.getDisplayWidth() / 2, mDevice.getDisplayHeight() * 3 / 4, in swipeUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfaces.java314 float getDisplayHeight(); in getDisplayHeight() method
DCentralSurfacesImpl.java2347 public float getDisplayHeight() { in getDisplayHeight() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayLayout.java426 info.getDisplayWidth(), info.getDisplayHeight(), info.getPhysicalDisplayWidth(), in calculateDisplayCutoutForRotation()
/frameworks/base/core/tests/coretests/src/android/view/
DDisplayCutoutTest.java221 assertThat(displayHeight, equalTo(cutout.getCutoutPathParserInfo().getDisplayHeight())); in testGetCutoutPathParserInfo()
/frameworks/base/cmds/uiautomator/api/
D16.txt18 method public int getDisplayHeight();
D17.txt18 method public int getDisplayHeight();
Dcurrent.txt34 method @Deprecated public int getDisplayHeight();
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java3492 float height = mCentralSurfaces.getDisplayHeight(); in startOpening()