Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java621 BubbleTextView bubbleChild = (BubbleTextView) child; in addViewToCellLayout() local
625 bubbleChild.setTextColor(res.getColor(android.R.color.transparent)); in addViewToCellLayout()
627 bubbleChild.setTextColor(res.getColor(R.color.workspace_icon_text_color)); in addViewToCellLayout()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java600 BubbleTextView bubbleChild = (BubbleTextView) child; in addViewToCellLayout() local
601 bubbleChild.setTextVisibility(!mIsHotseat); in addViewToCellLayout()