Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java1443 Rect excludeZone = mSystemGestureExclusionRects.get(0); in updateSystemGestureExcludeRects() local
1446 excludeZone.set(firstBubble.getLeft(), firstBubble.getTop(), firstBubble.getRight(), in updateSystemGestureExcludeRects()
1448 excludeZone.offset((int) (firstBubble.getTranslationX() + 0.5f), in updateSystemGestureExcludeRects()
1452 excludeZone.setEmpty(); in updateSystemGestureExcludeRects()