Searched refs:firstBubble (Results 1 – 1 of 1) sorted by relevance
1894 View firstBubble = mBubbleContainer.getChildAt(0); in updateSystemGestureExcludeRects() local1895 excludeZone.set(firstBubble.getLeft(), firstBubble.getTop(), firstBubble.getRight(), in updateSystemGestureExcludeRects()1896 firstBubble.getBottom()); in updateSystemGestureExcludeRects()1897 excludeZone.offset((int) (firstBubble.getTranslationX() + 0.5f), in updateSystemGestureExcludeRects()1898 (int) (firstBubble.getTranslationY() + 0.5f)); in updateSystemGestureExcludeRects()1957 final boolean firstBubble = getBubbleCount() == 0; in addBubble()1959 if (firstBubble && shouldShowStackEdu()) { in addBubble()1968 if (firstBubble && bubble.isAppBubble() && !mPositioner.hasUserModifiedDefaultPosition()) { in addBubble()1977 } else if (firstBubble) { in addBubble()