Home
last modified time | relevance | path

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

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