Home | History | Annotate | Download | only in launcher2

Lines Matching refs:newV

599             View newV = views.get(newI);
600 if (newV instanceof BubbleTextView || newV instanceof FolderIcon) {
601 return newV;
636 View newV = views.get(index);
637 CellLayout.LayoutParams tmpLp = (CellLayout.LayoutParams) newV.getLayoutParams();
640 (newV instanceof BubbleTextView || newV instanceof FolderIcon)) {