/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/ |
D | StatusPanel.java | 183 mScaleControl.scale.addSelectionListener(new SelectionAdapter() { in buildScaleControl() 202 mZoomControl.scale.addSelectionListener(new SelectionAdapter() { in buildZoomControl() 220 mShowLock.addSelectionListener(new SelectionAdapter() { in buildCheckboxes() 233 mShowPatches.addSelectionListener(new SelectionAdapter() { in buildCheckboxes() 246 mShowBadPatches.addSelectionListener(new SelectionAdapter() { in buildCheckboxes() 259 mShowContent.addSelectionListener(new SelectionAdapter() { in buildCheckboxes()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/ |
D | WelcomeWizardPage.java | 84 mInstallNewRadio.addSelectionListener(this); in createControl() 96 mInstallLatestCheckbox.addSelectionListener(this); in createControl() 103 mInstallCommonCheckbox.addSelectionListener(this); in createControl() 123 mNewDirButton.addSelectionListener(this); in createControl() 131 mUseExistingRadio.addSelectionListener(this); in createControl() 145 mExistingDirButton.addSelectionListener(this); in createControl()
|
D | UsagePermissionPage.java | 79 mYesRadio.addSelectionListener(this); in createControl() 83 mNoRadio.addSelectionListener(this); in createControl() 95 mLink.addSelectionListener(this); in createControl()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
D | EmulatorConfigTab.java | 218 mAutoTargetButton.addSelectionListener(targetModeChangeListener); in createControl() 219 mAllDevicesTargetButton.addSelectionListener(targetModeChangeListener); in createControl() 220 mManualTargetButton.addSelectionListener(targetModeChangeListener); in createControl() 248 mDeviceTypeCombo.addSelectionListener(listener); in createControl() 252 mFutureLaunchesOnSameDevice.addSelectionListener(listener); in createControl() 278 mSpeedCombo.addSelectionListener(listener); in createControl() 288 mDelayCombo.addSelectionListener(listener); in createControl() 298 mWipeDataButton.addSelectionListener(listener); in createControl() 307 mNoBootAnimButton.addSelectionListener(listener); in createControl()
|
D | MainLaunchConfigTab.java | 149 mDefaultActionButton.addSelectionListener(new SelectionAdapter() { in createControl() 164 mActivityActionButton.addSelectionListener(new SelectionAdapter() { in createControl() 182 mActivityCombo.addSelectionListener(new SelectionAdapter() { in createControl() 194 mDoNothingActionButton.addSelectionListener(new SelectionAdapter() { in createControl() 267 mProjButton.addSelectionListener(mListener); in createProjectEditor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/ |
D | StaticPortConfigDialog.java | 170 newButton.addSelectionListener(new SelectionAdapter() { in createUI() 190 editButton.addSelectionListener(new SelectionAdapter() { in createUI() 214 deleteButton.addSelectionListener(new SelectionAdapter() { in createUI() 230 okButton.addSelectionListener(new SelectionAdapter() { in createUI() 240 cancelButton.addSelectionListener(new SelectionAdapter() { in createUI() 247 mPortTable.addSelectionListener(new SelectionAdapter() { in createUI()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | LintListDialog.java | 121 mShowButton.addSelectionListener(this); in createDialogArea() 128 mFixButton.addSelectionListener(this); in createDialogArea() 134 mIgnoreButton.addSelectionListener(this); in createDialogArea() 141 mIgnoreAllButton.addSelectionListener(this); in createDialogArea() 147 mIgnoreTypeButton.addSelectionListener(this); in createDialogArea() 162 mList.addSelectionListener(this); in createDialogArea()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | ChangeLayoutWizard.java | 101 mTypeCombo.addSelectionListener(selectionListener); in createControl() 102 mTypeCombo.addSelectionListener(mSelectionValidateListener); in createControl() 108 mFlatten.addSelectionListener(selectionListener); in createControl() 111 mFlatten.addSelectionListener(mSelectionValidateListener); in createControl()
|
D | ExtractStyleWizard.java | 121 mRemoveExtracted.addSelectionListener(mSelectionValidateListener); in createControl() 127 mRemoveAll.addSelectionListener(mSelectionValidateListener); in createControl() 135 mExtend.addSelectionListener(mSelectionValidateListener); in createControl() 143 mSetStyle.addSelectionListener(mSelectionValidateListener); in createControl() 192 checkAllButton.addSelectionListener(new SelectionAdapter() { in createControl() 202 uncheckAllButton.addSelectionListener(new SelectionAdapter() { in createControl()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
D | ConfigureAssetSetPage.java | 214 mImageRadio.addSelectionListener(this); in createControl() 219 mClipartRadio.addSelectionListener(this); in createControl() 224 mTextRadio.addSelectionListener(this); in createControl() 242 mImagePathText.addSelectionListener(this); in createControl() 247 mPickImageButton.addSelectionListener(this); in createControl() 254 mChooseClipart.addSelectionListener(this); in createControl() 281 mFontButton.addSelectionListener(this); in createControl() 289 mTrimCheckBox.addSelectionListener(this); in createControl() 303 mPaddingSlider.addSelectionListener(this); in createControl() 320 mCropRadio.addSelectionListener(this); in createControl() [all …]
|
D | ChooseAssetTypePage.java | 78 button.addSelectionListener(this); in createControl() 94 mProjectButton.addSelectionListener(this); in createControl() 115 mClipboardButton.addSelectionListener(this); in createControl()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
D | DeviceMenuListener.java | 92 item.addSelectionListener(new DeviceMenuListener(chooser, device)); in show() 139 deviceItem.addSelectionListener(new DeviceMenuListener(chooser, device)); in show() 168 item.addSelectionListener(new DeviceMenuListener(chooser, device)); in show() 181 item.addSelectionListener(new DeviceMenuListener(chooser, device)); in show()
|
D | TargetMenuListener.java | 86 menuItem.addSelectionListener(new TargetMenuListener(chooser, null, true)); in show() 117 item.addSelectionListener(new TargetMenuListener(chooser, target, false)); in show()
|
D | LocaleMenuListener.java | 98 item.addSelectionListener(listener); in show() 116 item.addSelectionListener(listener); in show()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | LayoutActionBar.java | 334 button.addSelectionListener(new SelectionAdapter() { in addToggle() 373 button.addSelectionListener(new SelectionAdapter() { in addPlainAction() 402 item.addSelectionListener(new SelectionAdapter() { in addRadio() 456 item.addSelectionListener(new SelectionAdapter() { in addDropdown() 486 mZoomRealSizeButton.addSelectionListener(new SelectionAdapter() { in createZoomControls() 504 mZoomFitButton.addSelectionListener(new SelectionAdapter() { in createZoomControls() 514 mZoomResetButton.addSelectionListener(new SelectionAdapter() { in createZoomControls() 527 mZoomOutButton.addSelectionListener(new SelectionAdapter() { in createZoomControls() 537 mZoomInButton.addSelectionListener(new SelectionAdapter() { in createZoomControls() 558 mLintButton.addSelectionListener(new SelectionAdapter() { in createLintControls()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
D | NdkDebuggerTab.java | 110 btnBrowseGdb.addSelectionListener(browseListener); in createControl() 111 btnBrowseGdbInit.addSelectionListener(browseListener); in createControl() 180 mSoliblist.addSelectionListener(l); in createControl() 181 mAddSolibButton.addSelectionListener(l); in createControl() 182 mDeleteSolibButton.addSelectionListener(l); in createControl()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/ |
D | LibraryProperties.java | 145 mTable.addSelectionListener(new SelectionAdapter() { in LibraryProperties() 166 mAddButton.addSelectionListener(new SelectionAdapter() { in LibraryProperties() 186 mRemoveButton.addSelectionListener(new SelectionAdapter() { in LibraryProperties() 205 mUpButton.addSelectionListener(new SelectionAdapter() { in LibraryProperties() 225 mDownButton.addSelectionListener(new SelectionAdapter() { in LibraryProperties()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | ProjectContentsPage.java | 94 mCustomIconToggle.addSelectionListener(this); in createControl() 101 mCreateActivityToggle.addSelectionListener(this); in createControl() 111 mLibraryToggle.addSelectionListener(this); in createControl() 121 mUseDefaultLocationToggle.addSelectionListener(this); in createControl() 133 mChooseLocationButton.addSelectionListener(this); in createControl()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
D | LogCatMonitorDialog.java | 98 levelCombo.addSelectionListener(s); in createDialogArea() 99 enableButton.addSelectionListener(s); in createDialogArea()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLTraceCollectorDialog.java | 127 eglSwapCheckBox.addSelectionListener(l); in createDialogArea() 128 glDrawCheckBox.addSelectionListener(l); in createDialogArea() 129 glTexImageCheckBox.addSelectionListener(l); in createDialogArea()
|
D | GLTraceOptionsDialog.java | 182 browse.addSelectionListener(new SelectionAdapter() { in createSaveToField() 241 readFbOnEglSwapCheckBox.addSelectionListener(l); in createCaptureImageOptions() 242 readFbOnGlDrawCheckBox.addSelectionListener(l); in createCaptureImageOptions() 243 readTextureDataCheckBox.addSelectionListener(l); in createCaptureImageOptions()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
D | ImportPage.java | 127 mBrowseButton.addSelectionListener(this); in createControl() 150 mTable.addSelectionListener(this); in createControl() 160 mSelectAllButton.addSelectionListener(this); in createControl() 165 mDeselectAllButton.addSelectionListener(this); in createControl() 170 mRefreshButton.addSelectionListener(this); in createControl() 176 mCopyCheckBox.addSelectionListener(this); in createControl()
|
D | TestTargetPage.java | 81 mCurrentRadioButton.addSelectionListener(this); in createControl() 86 mExistingRadioButton.addSelectionListener(this); in createControl() 94 mProjectList.addSelectionListener(this); in createControl()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
D | ConfigurationSelector.java | 324 mAddButton.addSelectionListener(new SelectionAdapter() { in ConfigurationSelector() 349 mRemoveButton.addSelectionListener(new SelectionAdapter() { in ConfigurationSelector() 886 mLanguage.addSelectionListener(new SelectionListener() { in LocaleEdit() 967 mDirection.addSelectionListener(new SelectionListener() { in LayoutDirectionEdit() 1227 mSize.addSelectionListener(new SelectionListener() { in ScreenSizeEdit() 1285 mRatio.addSelectionListener(new SelectionListener() { in ScreenRatioEdit() 1343 mOrientation.addSelectionListener(new SelectionListener() { in OrientationEdit() 1401 mUiMode.addSelectionListener(new SelectionListener() { in UiModeEdit() 1458 mNightMode.addSelectionListener(new SelectionListener() { in NightModeEdit() 1515 mDensity.addSelectionListener(new SelectionListener() { in DensityEdit() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
D | SelectionDependentViewPart.java | 41 DdmsPlugin.getDefault().addSelectionListener(this); in setSelectionDependentPanel()
|