/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | ImageUtils.java | 351 public static BufferedImage createDropShadow(BufferedImage source, int shadowSize, in createDropShadow() argument 357 BufferedImage image = new BufferedImage(source.getWidth() + shadowSize * 2, in createDropShadow() 358 source.getHeight() + shadowSize * 2, in createDropShadow() 362 g2.drawImage(source, null, shadowSize, shadowSize); in createDropShadow() 444 g2.drawImage(source, null, 0, 0); in createDropShadow() 458 public static BufferedImage createRectangularDropShadow(BufferedImage source) { in createRectangularDropShadow() argument 459 int type = source.getType(); in createRectangularDropShadow() 464 int width = source.getWidth(); in createRectangularDropShadow() 465 int height = source.getHeight(); in createRectangularDropShadow() 468 g.drawImage(source, 0, 0, width, height, null); in createRectangularDropShadow() [all …]
|
D | FragmentMenu.java | 104 String source = null; in addMenuItems() local 109 source = type.getSource(); in addMenuItems() 116 if (source != null) { in addMenuItems() 121 if (source.contains("extends ListFragment")) { //$NON-NLS-1$ in addMenuItems() 128 index = source.indexOf(R_LAYOUT_RESOURCE_PREFIX, index); in addMenuItems() 134 while (end < source.length()) { in addMenuItems() 135 char c = source.charAt(end); in addMenuItems() 142 String title = source.substring(index, end); in addMenuItems() 146 if (index > len && source.startsWith(ANDROID_R_PREFIX, index - len)) { in addMenuItems()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | EclipseLintRunner.java | 58 @Nullable IResource source, in runLint() argument 62 LintJob job = (LintJob) startLint(resources, source, doc, fatalOnly, in runLint() 99 @Nullable IResource source, in startLint() argument 105 return startLint(client, resources, source, show); in startLint() 127 @Nullable IResource source, in startLint() argument 136 LintJob job = new LintJob(client, resources, source); in startLint()
|
D | LintListDialog.java | 202 Object source = e.getSource(); in widgetSelected() local 203 if (source == mList.getTreeViewer().getControl()) { in widgetSelected() 206 } else if (source == mShowButton) { in widgetSelected() 211 } else if (source == mFixButton) { in widgetSelected() 230 } else if (source == mIgnoreTypeButton) { in widgetSelected() 237 } else if (source == mIgnoreButton) { in widgetSelected() 241 } else if (source == mIgnoreAllButton) { in widgetSelected() 293 Object source = e.getSource(); in widgetDefaultSelected() local 294 if (source == mList.getTreeViewer().getControl()) { in widgetDefaultSelected()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/ |
D | SimpleFile.java | 45 public String source; field in SimpleFile.FileOp 67 op.source = fileArg.getSimpleValue(); in process() 71 if (op.source == null || op.destination == null) in process() 99 URL sourceURL = FileLocator.find(bundle, new Path(op.source), null); in process() 102 + op.source); in process()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
D | ChooseAssetTypePage.java | 159 Object source = e.getSource(); in widgetSelected() local 160 if (source == mProjectButton) { in widgetSelected() 163 } else if (source == mClipboardButton) { in widgetSelected() 170 } else if (source instanceof Button) { in widgetSelected() 172 Object data = ((Button) source).getData(); in widgetSelected() 187 Object source = e.getSource(); in modifyText() local 188 if (source == mNameText) { in modifyText()
|
/sdk/sdklauncher/ |
D | build.gradle | 12 source { 13 srcDir "src/source"
|
/sdk/avdlauncher/ |
D | build.gradle | 12 source { 13 srcDir "src/source"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | ProjectContentsPage.java | 213 Object source = e.getSource(); in modifyText() local 214 if (source == mLocationText) { in modifyText() 247 Object source = e.getSource(); in widgetSelected() local 248 if (source == mCustomIconToggle) { in widgetSelected() 250 } else if (source == mLibraryToggle) { in widgetSelected() 252 } else if (source == mCreateActivityToggle) { in widgetSelected() 254 } else if (source == mUseDefaultLocationToggle) { in widgetSelected() 257 } else if (source == mChooseLocationButton) { in widgetSelected()
|
/sdk/find_java/ |
D | build.gradle | 12 source { 13 srcDir "src/source"
|
/sdk/testapps/jarCheckTests1/app/ |
D | ant.properties | 9 # 'source.dir' for the location of your java source folder and
|
/sdk/testapps/gridlayoutTest/app/ |
D | ant.properties | 9 # 'source.dir' for the location of your java source folder and
|
/sdk/testapps/jarCheckTests2/app/ |
D | ant.properties | 9 # 'source.dir' for the location of your java source folder and
|
/sdk/testapps/basicProjectWithAidl/ |
D | ant.properties | 9 # 'source.dir' for the location of your java source folder and
|
/sdk/testapps/customViewTest/libWithCustomView/ |
D | ant.properties | 9 # 'source.dir' for the location of your java source folder and
|
/sdk/testapps/aidlTest/mainProject/ |
D | ant.properties | 9 # 'source.dir' for the location of your java source folder and
|
/sdk/testapps/jarCheckTests3/lib2/ |
D | ant.properties | 9 # 'source.dir' for the location of your java source folder and
|
/sdk/testapps/jarCheckTests3/app/ |
D | ant.properties | 9 # 'source.dir' for the location of your java source folder and
|
/sdk/testapps/customViewTest/mainProject/ |
D | ant.properties | 9 # 'source.dir' for the location of your java source folder and
|
/sdk/testapps/jarCheckTests3/lib1/ |
D | ant.properties | 9 # 'source.dir' for the location of your java source folder and
|
/sdk/testapps/jarCheckTests2/lib1/ |
D | ant.properties | 9 # 'source.dir' for the location of your java source folder and
|
/sdk/testapps/jarCheckTests1/lib2/ |
D | ant.properties | 9 # 'source.dir' for the location of your java source folder and
|
/sdk/testapps/buildConfigTest/app/ |
D | ant.properties | 9 # 'source.dir' for the location of your java source folder and
|
/sdk/testapps/jarCheckTests1/lib1/ |
D | ant.properties | 9 # 'source.dir' for the location of your java source folder and
|
/sdk/testapps/jarCheckTests2/lib2/ |
D | ant.properties | 9 # 'source.dir' for the location of your java source folder and
|