HomeSort by relevance Sort by last modified time
    Searched refs:bubbleChild (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 567 BubbleTextView bubbleChild = (BubbleTextView) child;
568 bubbleChild.setTextVisibility(mContainerType != HOTSEAT);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 621 BubbleTextView bubbleChild = (BubbleTextView) child;
625 bubbleChild.setTextColor(res.getColor(android.R.color.transparent));
627 bubbleChild.setTextColor(res.getColor(R.color.workspace_icon_text_color));
    [all...]

Completed in 113 milliseconds