Home
last modified time | relevance | path

Searched refs:mSystemWindowInset (Results 1 – 1 of 1) sorted by relevance

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeLayoutInfo.java52 private Rect mSystemWindowInset; field in ImeLayoutInfo
94 if (mSystemWindowInset == null) { in getScreenRectWithoutSystemWindowInset()
97 return new Rect(mSystemWindowInset.left, mSystemWindowInset.top, in getScreenRectWithoutSystemWindowInset()
98 mDisplaySize.x - mSystemWindowInset.right, in getScreenRectWithoutSystemWindowInset()
99 mDisplaySize.y - mSystemWindowInset.bottom); in getScreenRectWithoutSystemWindowInset()
137 mSystemWindowInset = systemWindowInset; in ImeLayoutInfo()
146 bundle.putParcelable(SYSTEM_WINDOW_INSET_KEY, mSystemWindowInset); in writeToBundle()