Lines Matching refs:icon
738 createWidgetInfo.previewImage, createWidgetInfo.icon, spanX, spanY, in beginDraggingWidget()
755 Drawable icon = mIconCache.getFullResIcon(createShortcutInfo.shortcutActivityInfo); in beginDraggingWidget() local
756 preview = Bitmap.createBitmap(icon.getIntrinsicWidth(), in beginDraggingWidget()
757 icon.getIntrinsicHeight(), Bitmap.Config.ARGB_8888); in beginDraggingWidget()
761 WidgetPreviewLoader.renderDrawableToBitmap(icon, preview, 0, 0, in beginDraggingWidget()
762 icon.getIntrinsicWidth(), icon.getIntrinsicHeight()); in beginDraggingWidget()
1035 PagedViewIcon icon = (PagedViewIcon) mLayoutInflater.inflate( in syncAppsPageItems() local
1037 icon.applyFromApplicationInfo(info, true, this); in syncAppsPageItems()
1038 icon.setOnClickListener(this); in syncAppsPageItems()
1039 icon.setOnLongClickListener(this); in syncAppsPageItems()
1040 icon.setOnTouchListener(this); in syncAppsPageItems()
1041 icon.setOnKeyListener(this); in syncAppsPageItems()
1049 layout.addViewToCellLayout(icon, -1, i, new PagedViewCellLayout.LayoutParams(x,y, 1,1)); in syncAppsPageItems()
1643 + info.icon);
1657 public void iconPressed(PagedViewIcon icon) {
1663 mPressedIcon = icon;