Searched defs:logicalWidth (Results 1 – 6 of 6) sorted by relevance
39 HardwareBufferRenderParams(int32_t logicalWidth, int32_t logicalHeight, in HardwareBufferRenderParams()
78 int logicalWidth() const { return mWindowInfo.size.width(); } in logicalWidth() function
97 private DisplayInfo(int displayId, int logicalWidth, int logicalHeight, Matrix transform) { in DisplayInfo()
445 var logicalWidth = cutoutRect.logicalWidth(relativeRotation) regex449 var logicalWidth = cutoutRect.logicalWidth(relativeRotation) regex
148 public int logicalWidth; field in DisplayInfo
159 final int logicalWidth = displayInfo.logicalWidth; in ScreenRotationAnimation() local