Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DBaseDragLayer.java557 Insets imeInset = insets.getInsets(WindowInsets.Type.ime()); in dispatchApplyWindowInsets() local
565 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()