Searched refs:mWindowDecorInsets (Results 1 – 1 of 1) sorted by relevance
46 private Rect mWindowDecorInsets; field in WindowInsets86 mWindowDecorInsets = mWindowDecorInsetsConsumed ? EMPTY_RECT : new Rect(windowDecorInsets); in WindowInsets()106 mWindowDecorInsets = src.mWindowDecorInsets; in WindowInsets()203 return mWindowDecorInsets.left; in getWindowDecorInsetLeft()217 return mWindowDecorInsets.top; in getWindowDecorInsetTop()231 return mWindowDecorInsets.right; in getWindowDecorInsetRight()245 return mWindowDecorInsets.bottom; in getWindowDecorInsetBottom()273 return mWindowDecorInsets.left != 0 || mWindowDecorInsets.top != 0 || in hasWindowDecorInsets()274 mWindowDecorInsets.right != 0 || mWindowDecorInsets.bottom != 0; in hasWindowDecorInsets()415 result.mWindowDecorInsets.set(0, 0, 0, 0); in consumeWindowDecorInsets()[all …]