OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUserLayoutDevices
(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/
ConfigManagerDialog.java
132
return mLayoutDeviceManager.
getUserLayoutDevices
().toArray();
154
return mLayoutDeviceManager.
getUserLayoutDevices
().size() > 0;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDeviceManager.java
131
public List<LayoutDevice>
getUserLayoutDevices
() {
Completed in 172 milliseconds