Home
last modified time | relevance | path

Searched defs:logicalWidth (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowFrameTests.java253 final int logicalWidth = displayInfo.logicalWidth; in testLayoutNonfullscreenTask() local
312 final int logicalWidth = displayInfo.logicalWidth; in testCalculatePolicyCrop() local
/frameworks/base/core/java/android/view/
DDisplayInfo.java111 public int logicalWidth; field in DisplayInfo