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.java522 Insets gestureInsets = insets.getMandatorySystemGestureInsets(); in dispatchApplyWindowInsets() local
523 mSystemGestureRegion.set(gestureInsets.left, gestureInsets.top, in dispatchApplyWindowInsets()
524 gestureInsets.right, gestureInsets.bottom); in dispatchApplyWindowInsets()