Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java487 int mUnrestrictedScreenWidth, mUnrestrictedScreenHeight; field in PhoneWindowManager
3847 availBottom = mUnrestrictedScreenTop + mUnrestrictedScreenHeight; in getInsetHintLw()
3958 mUnrestrictedScreenHeight = displayHeight - overscanTop - overscanBottom; in beginLayoutLw()
3962 mRestrictedScreenHeight = mSystemGestures.screenHeight = mUnrestrictedScreenHeight; in beginLayoutLw()
4045 pf.bottom = df.bottom = of.bottom = mUnrestrictedScreenHeight in layoutStatusBar()
4358 pf.bottom = df.bottom = of.bottom = mUnrestrictedScreenTop + mUnrestrictedScreenHeight; in layoutWindowLw()
4373 pf.bottom = df.bottom = of.bottom = mUnrestrictedScreenTop + mUnrestrictedScreenHeight; in layoutWindowLw()
4397 pf.bottom = df.bottom = of.bottom = mUnrestrictedScreenHeight + mUnrestrictedScreenTop; in layoutWindowLw()
4473 : mUnrestrictedScreenTop + mUnrestrictedScreenHeight; in layoutWindowLw()
4506 of.bottom = mUnrestrictedScreenTop + mUnrestrictedScreenHeight; in layoutWindowLw()
[all …]