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.java51 private Rect mSystemWindowInset; field in ImeLayoutInfo
93 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()