OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeviceMenuListener
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DeviceMenuListener.java
51
* The {@linkplain
DeviceMenuListener
} class is responsible for generating the device
54
class
DeviceMenuListener
extends SelectionAdapter {
58
DeviceMenuListener
(
92
item.addSelectionListener(new
DeviceMenuListener
(chooser, device));
139
deviceItem.addSelectionListener(new
DeviceMenuListener
(chooser, device));
168
item.addSelectionListener(new
DeviceMenuListener
(chooser, device));
181
item.addSelectionListener(new
DeviceMenuListener
(chooser, device));
ConfigurationChooser.java
274
DeviceMenuListener
.show(ConfigurationChooser.this, mDeviceCombo);
[
all
...]
Completed in 275 milliseconds