Home
last modified time | relevance | path

Searched defs:logicalHeight (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowFrameTests.java180 final int logicalHeight = displayInfo.logicalHeight; in testLayoutNonfullscreenTask() local
222 final int logicalHeight = displayInfo.logicalHeight; in testLayoutLetterboxedWindow() local
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DVulkanSurface.h75 int logicalHeight() const { return mWindowInfo.size.height(); } in logicalHeight() function
/aosp12/frameworks/base/core/java/android/view/
H A DDisplayInfo.java151 public int logicalHeight; field in DisplayInfo