Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowFrameTests.java179 final int logicalWidth = displayInfo.logicalWidth; in testLayoutNonfullscreenTask() local
221 final int logicalWidth = displayInfo.logicalWidth; in testLayoutLetterboxedWindow() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarContentInsetsProvider.kt437 var logicalWidth = cutoutRect.logicalWidth(relativeRotation) regex
441 var logicalWidth = cutoutRect.logicalWidth(relativeRotation) regex
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DVulkanSurface.h74 int logicalWidth() const { return mWindowInfo.size.width(); } in logicalWidth() function
/aosp12/frameworks/base/core/java/android/view/
H A DDisplayInfo.java143 public int logicalWidth; field in DisplayInfo