Searched refs:imeInset (Results 1 – 1 of 1) sorted by relevance
557 Insets imeInset = insets.getInsets(WindowInsets.Type.ime()); in dispatchApplyWindowInsets() local565 Math.max(gestureInsets.left, imeInset.left), in dispatchApplyWindowInsets()566 Math.max(gestureInsets.top, imeInset.top), in dispatchApplyWindowInsets()567 Math.max(gestureInsets.right, imeInset.right), in dispatchApplyWindowInsets()568 Math.max(gestureInsetBottom, imeInset.bottom) in dispatchApplyWindowInsets()