Searched refs:mWindowDecorInsets (Results 1 – 1 of 1) sorted by relevance
35 private Rect mWindowDecorInsets; field in WindowInsets65 mWindowDecorInsets = mWindowDecorInsetsConsumed ? EMPTY_RECT : windowDecorInsets; in WindowInsets()80 mWindowDecorInsets = src.mWindowDecorInsets; in WindowInsets()174 return mWindowDecorInsets.left; in getWindowDecorInsetLeft()188 return mWindowDecorInsets.top; in getWindowDecorInsetTop()202 return mWindowDecorInsets.right; in getWindowDecorInsetRight()216 return mWindowDecorInsets.bottom; in getWindowDecorInsetBottom()244 return mWindowDecorInsets.left != 0 || mWindowDecorInsets.top != 0 || in hasWindowDecorInsets()245 mWindowDecorInsets.right != 0 || mWindowDecorInsets.bottom != 0; in hasWindowDecorInsets()360 result.mWindowDecorInsets.set(0, 0, 0, 0); in consumeWindowDecorInsets()[all …]