Home | History | Annotate | Download | only in launcher3

Lines Matching refs:newV

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