Searched defs:logicalHeight (Results 1 – 5 of 5) sorted by relevance
39 HardwareBufferRenderParams(int32_t logicalWidth, int32_t logicalHeight, in HardwareBufferRenderParams()
79 int logicalHeight() const { return mWindowInfo.size.height(); } in logicalHeight() function
97 private DisplayInfo(int displayId, int logicalWidth, int logicalHeight, Matrix transform) { in DisplayInfo()
156 public int logicalHeight; field in DisplayInfo
160 final int logicalHeight = displayInfo.logicalHeight; in ScreenRotationAnimation() local