Searched refs:mSystemWindowInset (Results 1 – 1 of 1) sorted by relevance
51 private Rect mSystemWindowInset; field in ImeLayoutInfo93 if (mSystemWindowInset == null) { in getScreenRectWithoutSystemWindowInset()96 return new Rect(mSystemWindowInset.left, mSystemWindowInset.top, in getScreenRectWithoutSystemWindowInset()97 mDisplaySize.x - mSystemWindowInset.right, in getScreenRectWithoutSystemWindowInset()98 mDisplaySize.y - mSystemWindowInset.bottom); in getScreenRectWithoutSystemWindowInset()136 mSystemWindowInset = systemWindowInset; in ImeLayoutInfo()145 bundle.putParcelable(SYSTEM_WINDOW_INSET_KEY, mSystemWindowInset); in writeToBundle()