Home
last modified time | relevance | path

Searched refs:buttonId (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DConvertSwitchDialog.java124 protected void buttonPressed(int buttonId) { in buttonPressed() argument
125 if (buttonId == IDialogConstants.HELP_ID) { in buttonPressed()
128 super.buttonPressed(buttonId); in buttonPressed()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DResourceChooser.java311 protected void buttonPressed(int buttonId) { in buttonPressed() argument
312 super.buttonPressed(buttonId); in buttonPressed()
314 if (buttonId == CLEAR_BUTTON_ID) { in buttonPressed()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DClientRulesEngine.java201 protected void buttonPressed(int buttonId) { in displayInput()
202 super.buttonPressed(buttonId); in displayInput()
204 if (buttonId == CLEAR_BUTTON_ID) { in displayInput()