Home | History | Annotate | Download | only in launcher2

Lines Matching refs:FolderIcon

589      * Private helper method to find the index of the next BubbleTextView or FolderIcon in the 
600 if (newV instanceof BubbleTextView || newV instanceof FolderIcon) {
618 * Private helper method to find the next closest BubbleTextView or FolderIcon in the direction
640 (newV instanceof BubbleTextView || newV instanceof FolderIcon)) {