Searched refs:share (Results 1 – 4 of 4) sorted by relevance
73 Intent share = new Intent(Intent.ACTION_SEND); in launch() local74 share.setType("image/png"); in launch()75 share.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(f.getAbsoluteFile())); in launch()76 activity.startActivity(Intent.createChooser(share, title)); in launch()
240 double share; in distributeWeights() local244 share = 1.0; in distributeWeights()246 share = sum / numTargets; in distributeWeights()248 String value = formatFloatAttribute((float) share); in distributeWeights()
182 - Support for library project to share code/resources among projects
625 android.jar making it easier to share a project through dsvn, cvs,