Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DVulkanSurface.h74 int logicalHeight() const { return mWindowInfo.size.height(); } in logicalHeight() function
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowFrameTests.java269 final int logicalHeight = displayInfo.logicalHeight; in testLayoutNonfullscreenTask() local
334 final int logicalHeight = displayInfo.logicalHeight; in testCalculatePolicyCrop() local
387 final int logicalHeight = displayInfo.logicalHeight; in testLayoutLetterboxedWindow() local
/frameworks/base/core/java/android/view/
DDisplayInfo.java135 public int logicalHeight; field in DisplayInfo