/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | EclipseLintRunner.java | 69 LintViewPart.show(resources); in runLint() 102 boolean show) { in startLint() argument 105 return startLint(client, resources, source, show); in startLint() 128 boolean show) { in startLint() argument 139 if (show) { in startLint() 141 LintViewPart.show(resources); in startLint()
|
/sdk/testapps/userLibTest/ |
D | README.txt | 5 - App should compile, and deploy on device and UI show show SUCCESS
|
/sdk/testapps/javaProjectTest/ |
D | README.txt | 5 - App should compile, and deploy on device and UI show show SUCCESS
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | LintTooltipManager.java | 80 show(nodes); in handleEvent() 98 show(event); in handleEvent() 111 private void show(Event event) { in show() method in LintTooltipManager 114 show(nodes); in show() 119 private void show(List<UiViewElementNode> nodes) { in show() method in LintTooltipManager
|
D | OutlinePage.java | 284 public void setShowHeader(boolean show) { in setShowHeader() argument 285 mShowHeader = show; in setShowHeader() 293 public void setShowPropertySheet(boolean show) { in setShowPropertySheet() argument 294 if (show != mShowPropertySheet) { in setShowPropertySheet() 295 mShowPropertySheet = show; in setShowPropertySheet() 300 if (show && mPropertySheet == null) { in setShowPropertySheet() 302 } else if (!show) { in setShowPropertySheet() 456 canvas.show(vi); in createOutline()
|
D | LayoutCanvas.java | 1024 void showInvisibleViews(boolean show) { in showInvisibleViews() argument 1025 if (mShowInvisible == show) { in showInvisibleViews() 1028 mShowInvisible = show; in showInvisibleViews() 1032 if (show && !mViewHierarchy.hasInvisibleParents()) { in showInvisibleViews() 1034 } else if (!show && !mViewHierarchy.hasExplodedParents()) { in showInvisibleViews() 1129 public void show(CanvasViewInfo vi) { in show() method in LayoutCanvas 1276 boolean found = mEditorDelegate.getEditor().show(xmlNode); in showXml()
|
D | GraphicalEditorPart.java | 541 boolean show = showOutline || showProperties; in showStructureViews() 545 if (show) { in showStructureViews() 554 if (show != control.getVisible()) { in showStructureViews() 555 control.setVisible(show); in showStructureViews() 556 mOutlinePage.setActive(show); // disable/re-enable listeners etc in showStructureViews() 557 if (show) { in showStructureViews()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
D | RenameResourceWizard.java | 98 if (!show(refactoring, processor, shell, type, canClear)) { in renameResource() 122 private static boolean show( in show() method in RenameResourceWizard
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/ |
D | ImageViewer.java | 186 void setShowLock(boolean show) { in setShowLock() argument 187 mIsLockShown = show; in setShowLock() 191 void setShowPatchesArea(boolean show) { in setShowPatchesArea() argument 192 mIsPatchesShown = show; in setShowPatchesArea() 196 void setShowBadPatchesArea(boolean show) { in setShowBadPatchesArea() argument 197 mIsBadPatchesShown = show; in setShowBadPatchesArea()
|
D | StretchesViewer.java | 86 public void setShowContentArea(boolean show) { in setShowContentArea() argument 87 mIsContentAreaShown = show; in setShowContentArea()
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/ |
D | ShareMockupAction.java | 65 Toast.makeText(activity, msg, Toast.LENGTH_SHORT).show(); in launch()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
D | ManifestEditor.java | 485 public void addPermissions(@NonNull final List<String> permissions, final boolean show) { in addPermissions() argument 530 if (show && !shown) { in addPermissions() 542 show(node); in addPermissions()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
D | AddTranslationDialog.java | 456 boolean show = error != null; in showError() 457 if (show == data.exclude) { in showError() 458 if (show) { in showError() 474 data.exclude = !show; in showError()
|
D | NewXmlFileWizard.java | 153 xmlEditor.show(region.getOffset(), region.getLength(), in performFinish()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
D | TargetMenuListener.java | 77 static void show(ConfigurationChooser chooser, ToolItem combo) { in show() method in TargetMenuListener
|
D | LocaleMenuListener.java | 78 static void show(final ConfigurationChooser chooser, ToolItem combo) { in show() method in LocaleMenuListener
|
D | ActivityMenuListener.java | 82 static void show(ConfigurationChooser chooser, ToolItem combo) { in show() method in ActivityMenuListener
|
D | ConfigurationChooser.java | 268 ConfigurationMenuListener.show(ConfigurationChooser.this, mConfigCombo); in ConfigurationChooser() 270 ActivityMenuListener.show(ConfigurationChooser.this, mActivityCombo); in ConfigurationChooser() 272 LocaleMenuListener.show(ConfigurationChooser.this, mLocaleCombo); in ConfigurationChooser() 274 DeviceMenuListener.show(ConfigurationChooser.this, mDeviceCombo); in ConfigurationChooser() 276 TargetMenuListener.show(ConfigurationChooser.this, mTargetCombo); in ConfigurationChooser()
|
D | DeviceMenuListener.java | 71 static void show(final ConfigurationChooser chooser, ToolItem combo) { in show() method in DeviceMenuListener
|
D | ConfigurationMenuListener.java | 142 static void show(ConfigurationChooser chooser, ToolItem combo) { in show() method in ConfigurationMenuListener
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
D | PropertySheetPage.java | 374 boolean show = mShowAdvancedPropertiesAction.isChecked(); in run() 375 mPropertyTable.setShowAdvancedProperties(show); in run()
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/ |
D | DateTimeEditor.java | 135 fragment.show(ft, tag); in launchDialogOnClick()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
D | ConfigureAssetSetPage.java | 442 private static void showGroup(boolean show, Control control1, Control control2) { in showGroup() argument 443 showControl(show, control1); in showGroup() 444 showControl(show, control2); in showGroup() 447 private static void showControl(boolean show, Control control) { in showControl() argument 451 gridData.exclude = !show; in showControl() 453 control.setVisible(show); in showControl()
|
/sdk/eclipse/ |
D | changes.txt | 4 * XML code completion can now complete (and show documentation for) 50 * Detect usages of Toast.makeText() without calling show() on the 151 everywhere, show options, and configure columns. 212 and bin/ for Android specific classes. This will make bin show up 314 the tool you can choose which layout to show rendered for a given 371 - The "Go To Declaration" feature for XML and .java files quickly show 484 - Fixed issue where add-on with no optional library would not show up 596 activity (finds an activity configured to show up in the home
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completionvalues1-expected-completion32.txt | 92 android:fastScrollAlwaysVisible : When set to true, the list will always show the fast scroll inter… 181 android:numColumns : Defines how many columns to show. [integer, enum] 182 android:numStars : The number of stars (or rating items) to show. [integer] 243 android:showDividers : Setting for which dividers to show. [flag] 244 android:showWeekNumber : Whether do show week numbers. [boolean]
|