Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DBaseDragLayer.java555 Insets gestureInsets = insets.getMandatorySystemGestureInsets(); in dispatchApplyWindowInsets() local
556 int gestureInsetBottom = gestureInsets.bottom; in dispatchApplyWindowInsets()
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()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DGestureSandboxActivity.java145 Insets gestureInsets = rootView.getRootWindowInsets() in updateExclusionRects() local
149 exclusionRects.add(new Rect(0, 0, gestureInsets.left, rootView.getHeight())); in updateExclusionRects()
152 rootView.getWidth() - gestureInsets.right, in updateExclusionRects()