Searched defs:logicalWidth (Results 1 – 7 of 7) sorted by relevance
35 int32_t logicalWidth = 0; member
39 HardwareBufferRenderParams(int32_t logicalWidth, int32_t logicalHeight, in HardwareBufferRenderParams()
78 int logicalWidth() const { return mWindowInfo.size.width(); } in logicalWidth() function
546 var logicalWidth = actualCutoutRect.logicalWidth(relativeRotation) in getStatusBarContentBounds() variable550 var logicalWidth = actualCutoutRect.logicalWidth(relativeRotation) in getStatusBarContentBounds() variable688 private fun Rect.logicalWidth(@Rotation rot: Int): Int { in Rect() method713 private fun Point.logicalWidth(@Rotation rot: Int): Int { in Point() method
97 private DisplayInfo(int displayId, int logicalWidth, int logicalHeight, Matrix transform) { in DisplayInfo()
150 public int logicalWidth; field in DisplayInfo
160 final int logicalWidth = displayInfo.logicalWidth; in ScreenRotationAnimation() local