Home
last modified time | relevance | path

Searched refs:mPhysicalDisplayHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DCutoutSpecification.java207 private final int mPhysicalDisplayHeight; field in CutoutSpecification.Parser
257 mPhysicalDisplayHeight = physicalDisplayHeight; in Parser()
260 mIsShortEdgeOnTop = mPhysicalDisplayWidth < mPhysicalDisplayHeight; in Parser()
294 offsetY = mPhysicalDisplayHeight;
296 offsetY = mPhysicalDisplayHeight / 2f;
311 } else if (gravity == TOP && rect.bottom > 0 && rect.bottom < mPhysicalDisplayHeight) {
315 } else if (gravity == BOTTOM && rect.top > 0 && rect.top < mPhysicalDisplayHeight) {
316 return mPhysicalDisplayHeight - rect.top;
418 mIsTouchShortEdgeEnd = mTmpRect.bottom >= mPhysicalDisplayHeight;
419 mIsCloserToStartSide = mTmpRect.centerY() < mPhysicalDisplayHeight / 2;
DDisplayCutout.java282 private final int mPhysicalDisplayHeight; field in DisplayCutout.CutoutPathParserInfo
295 mPhysicalDisplayHeight = physicalDisplayHeight; in CutoutPathParserInfo()
307 mPhysicalDisplayHeight = cutoutPathParserInfo.mPhysicalDisplayHeight; in CutoutPathParserInfo()
328 return mPhysicalDisplayHeight; in getPhysicalDisplayHeight()
366 result = result * 48271 + Integer.hashCode(mPhysicalDisplayHeight); in hashCode()
379 && mPhysicalDisplayHeight == c.mPhysicalDisplayHeight in equals()
392 + " physicalDisplayHeight=" + mPhysicalDisplayHeight in toString()