Searched refs:mSystemWindowInsets (Results 1 – 1 of 1) sorted by relevance
34 private Rect mSystemWindowInsets; field in WindowInsets62 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 …]