Searched defs:logicalHeight (Results 1 – 6 of 6) sorted by relevance
36 int32_t logicalHeight = 0; member
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()
158 public int logicalHeight; field in DisplayInfo
161 final int logicalHeight = displayInfo.logicalHeight; in ScreenRotationAnimation() local