Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java34 private Rect mSystemWindowInsets; field in WindowInsets
62 mSystemWindowInsets = mSystemWindowInsetsConsumed ? EMPTY_RECT : systemWindowInsets; in WindowInsets()
79 mSystemWindowInsets = src.mSystemWindowInsets; in WindowInsets()
102 if (mSystemWindowInsets != null) { in getSystemWindowInsets()
103 mTempRect.set(mSystemWindowInsets); in getSystemWindowInsets()
121 return mSystemWindowInsets.left; in getSystemWindowInsetLeft()
134 return mSystemWindowInsets.top; in getSystemWindowInsetTop()
147 return mSystemWindowInsets.right; in getSystemWindowInsetRight()
160 return mSystemWindowInsets.bottom; in getSystemWindowInsetBottom()
229 return mSystemWindowInsets.left != 0 || mSystemWindowInsets.top != 0 || in hasSystemWindowInsets()
[all …]