Searched refs:systemWindowInset (Results 1 – 1 of 1) sorted by relevance
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | ImeLayoutInfo.java | 132 @Nullable Rect systemWindowInset, @Nullable Rect stableInset) { in ImeLayoutInfo() argument 137 mSystemWindowInset = systemWindowInset; in ImeLayoutInfo() 155 final Rect systemWindowInset = bundle.getParcelable(SYSTEM_WINDOW_INSET_KEY); in readFromBundle() local 158 return new ImeLayoutInfo(newLayout, oldLayout, viewOrigin, displaySize, systemWindowInset, in readFromBundle() 178 final Rect systemWindowInset; in fromLayoutListenerCallback() local 180 systemWindowInset = new Rect( in fromLayoutListenerCallback() 185 systemWindowInset = null; in fromLayoutListenerCallback() 195 return new ImeLayoutInfo(newLayout, oldLayout, viewOrigin, displaySize, systemWindowInset, in fromLayoutListenerCallback()
|