Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DBaseDragLayer.java569 Insets gestureInsets = insets.getMandatorySystemGestureInsets(); in dispatchApplyWindowInsets() local
570 mSystemGestureRegion.set(gestureInsets.left, gestureInsets.top, in dispatchApplyWindowInsets()
571 gestureInsets.right, gestureInsets.bottom); in dispatchApplyWindowInsets()