Home
last modified time | relevance | path

Searched defs:logicalWidth (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowFrameTests.java176 final int logicalWidth = displayInfo.logicalWidth; in testLayoutNonfullscreenTask() local
218 final int logicalWidth = displayInfo.logicalWidth; in testLayoutLetterboxedWindow() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProvider.kt339 val logicalWidth = cutoutRect.logicalWidth(relativeRotation) in getStatusBarLeftRight() constant
425 private fun Rect.logicalWidth(@Rotation rot: Int): Int { in Rect() method
/frameworks/base/libs/hwui/renderthread/
DVulkanSurface.h74 int logicalWidth() const { return mWindowInfo.size.width(); } in logicalWidth() function
/frameworks/base/core/java/android/view/
DDisplayInfo.java143 public int logicalWidth; field in DisplayInfo