Home | History | Annotate | Download | only in launcher3

Lines Matching refs:FolderIcon

588      * Private helper method to find the index of the next BubbleTextView or FolderIcon in the 
599 if (newV instanceof BubbleTextView || newV instanceof FolderIcon) {
617 * Private helper method to find the next closest BubbleTextView or FolderIcon in the direction
639 (newV instanceof BubbleTextView || newV instanceof FolderIcon)) {