Searched refs:mWindowDecorInsets (Results 1 – 1 of 1) sorted by relevance
35 private Rect mWindowDecorInsets; field in WindowInsets72 mWindowDecorInsets = mWindowDecorInsetsConsumed ? EMPTY_RECT : windowDecorInsets; in WindowInsets()88 mWindowDecorInsets = src.mWindowDecorInsets; in WindowInsets()183 return mWindowDecorInsets.left; in getWindowDecorInsetLeft()197 return mWindowDecorInsets.top; in getWindowDecorInsetTop()211 return mWindowDecorInsets.right; in getWindowDecorInsetRight()225 return mWindowDecorInsets.bottom; in getWindowDecorInsetBottom()253 return mWindowDecorInsets.left != 0 || mWindowDecorInsets.top != 0 || in hasWindowDecorInsets()254 mWindowDecorInsets.right != 0 || mWindowDecorInsets.bottom != 0; in hasWindowDecorInsets()369 result.mWindowDecorInsets.set(0, 0, 0, 0); in consumeWindowDecorInsets()[all …]