Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DHardwareBufferRenderParams.h39 HardwareBufferRenderParams(int32_t logicalWidth, int32_t logicalHeight, in HardwareBufferRenderParams()
H A DVulkanSurface.h78 int logicalWidth() const { return mWindowInfo.size.width(); } in logicalWidth() function
/aosp14/frameworks/base/core/java/android/window/
H A DWindowInfosListener.java97 private DisplayInfo(int displayId, int logicalWidth, int logicalHeight, Matrix transform) { in DisplayInfo()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarContentInsetsProvider.kt445 var logicalWidth = cutoutRect.logicalWidth(relativeRotation) regex
449 var logicalWidth = cutoutRect.logicalWidth(relativeRotation) regex
/aosp14/frameworks/base/core/java/android/view/
H A DDisplayInfo.java148 public int logicalWidth; field in DisplayInfo
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java159 final int logicalWidth = displayInfo.logicalWidth; in ScreenRotationAnimation() local