Home
last modified time | relevance | path

Searched refs:share (Results 1 – 4 of 4) sorted by relevance

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/
DShareMockupAction.java73 Intent share = new Intent(Intent.ACTION_SEND); in launch() local
74 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()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DLinearLayoutRule.java240 double share; in distributeWeights() local
244 share = 1.0; in distributeWeights()
246 share = sum / numTargets; in distributeWeights()
248 String value = formatFloatAttribute((float) share); in distributeWeights()
/sdk/
Dchanges.txt182 - Support for library project to share code/resources among projects
/sdk/eclipse/
Dchanges.txt625 android.jar making it easier to share a project through dsvn, cvs,