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

/frameworks/base/core/java/android/view/
H A DWindowInsets.java34 private Rect mSystemWindowInsets; field in class:WindowInsets
69 mSystemWindowInsets = mSystemWindowInsetsConsumed ? EMPTY_RECT : systemWindowInsets;
87 mSystemWindowInsets = src.mSystemWindowInsets;
111 if (mSystemWindowInsets != null) {
112 mTempRect.set(mSystemWindowInsets);
130 return mSystemWindowInsets.left;
143 return mSystemWindowInsets.top;
156 return mSystemWindowInsets.right;
169 return mSystemWindowInsets
[all...]

Completed in 212 milliseconds