Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesEmptyImpl.kt49 override fun getDisplayHeight() = 0f in getDisplayWidth() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
DCentralSurfaces.java225 float getDisplayHeight(); in getDisplayHeight() method
DCentralSurfacesImpl.java1866 public float getDisplayHeight() { in getDisplayHeight() method
/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/packages/Shell/tests/src/com/android/shell/
DUiBot.java233 mDevice.swipe(mDevice.getDisplayWidth() / 2, mDevice.getDisplayHeight() * 3 / 4, in swipeUp()
/frameworks/base/core/java/android/view/
DDisplayCutout.java319 public int getDisplayHeight() { in getDisplayHeight() method in DisplayCutout.CutoutPathParserInfo
820 mCutoutPathParserInfo.getDisplayHeight(), in getCutoutPath()
1336 info.getDisplayWidth(), info.getDisplayHeight(), info.getPhysicalDisplayWidth(),
1469 out.writeInt(cutout.mCutoutPathParserInfo.getDisplayHeight()); in writeCutoutToParcel()
1560 mInner.mCutoutPathParserInfo.getDisplayHeight(), in scale()
/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/core/tests/coretests/src/android/view/
DDisplayCutoutTest.java223 assertThat(displayHeight, equalTo(cutout.getCutoutPathParserInfo().getDisplayHeight())); in testGetCutoutPathParserInfo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java3758 float height = mCentralSurfaces.getDisplayHeight();