Home | History | Annotate | Download | only in launcher2

Lines Matching defs:newV

608             View newV = views.get(newI);
609 if (newV instanceof BubbleTextView || newV instanceof FolderIcon) {
610 return newV;
646 View newV = views.get(index);
647 CellLayout.LayoutParams tmpLp = (CellLayout.LayoutParams) newV.getLayoutParams();
650 (newV instanceof BubbleTextView || newV instanceof FolderIcon)) {