Searched refs:systemWindowInset (Results 1 – 1 of 1) sorted by relevance
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | ImeLayoutInfo.java | 131 @Nullable Rect systemWindowInset, @Nullable Rect stableInset) { in ImeLayoutInfo() argument 136 mSystemWindowInset = systemWindowInset; in ImeLayoutInfo() 154 final Rect systemWindowInset = bundle.getParcelable(SYSTEM_WINDOW_INSET_KEY); in readFromBundle() local 157 return new ImeLayoutInfo(newLayout, oldLayout, viewOrigin, displaySize, systemWindowInset, in readFromBundle() 177 final Rect systemWindowInset; in fromLayoutListenerCallback() local 179 systemWindowInset = new Rect( in fromLayoutListenerCallback() 184 systemWindowInset = null; in fromLayoutListenerCallback() 194 return new ImeLayoutInfo(newLayout, oldLayout, viewOrigin, displaySize, systemWindowInset, in fromLayoutListenerCallback()
|