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
50
* The {@linkplain
DeviceMenuListener
} class is responsible for generating the device
53
class
DeviceMenuListener
extends SelectionAdapter {
57
DeviceMenuListener
(
91
item.addSelectionListener(new
DeviceMenuListener
(chooser, device));
138
deviceItem.addSelectionListener(new
DeviceMenuListener
(chooser, device));
167
item.addSelectionListener(new
DeviceMenuListener
(chooser, device));
180
item.addSelectionListener(new
DeviceMenuListener
(chooser, device));
ConfigurationChooser.java
274
DeviceMenuListener
.show(ConfigurationChooser.this, mDeviceCombo);
[
all
...]
Completed in 2529 milliseconds