Home
last modified time | relevance | path

Searched refs:show (Results 1 – 25 of 55) sorted by relevance

123

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DEclipseLintRunner.java69 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/
DREADME.txt5 - App should compile, and deploy on device and UI show show SUCCESS
/sdk/testapps/javaProjectTest/
DREADME.txt5 - 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/
DLintTooltipManager.java80 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
DOutlinePage.java284 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()
DLayoutCanvas.java1024 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()
DGraphicalEditorPart.java541 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/
DRenameResourceWizard.java98 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/
DImageViewer.java186 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()
DStretchesViewer.java86 public void setShowContentArea(boolean show) { in setShowContentArea() argument
87 mIsContentAreaShown = show; in setShowContentArea()
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/
DShareMockupAction.java65 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/
DManifestEditor.java485 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/
DAddTranslationDialog.java456 boolean show = error != null; in showError()
457 if (show == data.exclude) { in showError()
458 if (show) { in showError()
474 data.exclude = !show; in showError()
DNewXmlFileWizard.java153 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/
DTargetMenuListener.java77 static void show(ConfigurationChooser chooser, ToolItem combo) { in show() method in TargetMenuListener
DLocaleMenuListener.java78 static void show(final ConfigurationChooser chooser, ToolItem combo) { in show() method in LocaleMenuListener
DActivityMenuListener.java82 static void show(ConfigurationChooser chooser, ToolItem combo) { in show() method in ActivityMenuListener
DConfigurationChooser.java268 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()
DDeviceMenuListener.java71 static void show(final ConfigurationChooser chooser, ToolItem combo) { in show() method in DeviceMenuListener
DConfigurationMenuListener.java142 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/
DPropertySheetPage.java374 boolean show = mShowAdvancedPropertiesAction.isChecked(); in run()
375 mPropertyTable.setShowAdvancedProperties(show); in run()
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DDateTimeEditor.java135 fragment.show(ft, tag); in launchDialogOnClick()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
DConfigureAssetSetPage.java442 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/
Dchanges.txt4 * 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/
Dcompletionvalues1-expected-completion32.txt92 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]

123