Searched defs:logicalWidth (Results 1 – 6 of 6) sorted by relevance
35 int32_t logicalWidth = 0; member
445 var logicalWidth = cutoutRect.logicalWidth(relativeRotation) in getStatusBarLeftRight() variable449 var logicalWidth = cutoutRect.logicalWidth(relativeRotation) in getStatusBarLeftRight() variable538 private fun Rect.logicalWidth(@Rotation rot: Int): Int { in Rect() method561 private fun Point.logicalWidth(@Rotation rot: Int): Int { in Point() method
88 private DisplayInfo(int displayId, int logicalWidth, int logicalHeight, Matrix transform) { in DisplayInfo()
76 int logicalWidth() const { return mWindowInfo.size.width(); } in logicalWidth() function
143 public int logicalWidth; field in DisplayInfo
157 final int logicalWidth = displayInfo.logicalWidth; in ScreenRotationAnimation() local