Searched refs:firstBubble (Results 1 – 1 of 1) sorted by relevance
1444 View firstBubble = mBubbleContainer.getChildAt(0); in updateSystemGestureExcludeRects() local1445 excludeZone.set(firstBubble.getLeft(), firstBubble.getTop(), firstBubble.getRight(), in updateSystemGestureExcludeRects()1446 firstBubble.getBottom()); in updateSystemGestureExcludeRects()1447 excludeZone.offset((int) (firstBubble.getTranslationX() + 0.5f), in updateSystemGestureExcludeRects()1448 (int) (firstBubble.getTranslationY() + 0.5f)); in updateSystemGestureExcludeRects()