OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LayoutDeviceManager
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigManagerDialog.java
23
import com.android.ide.eclipse.adt.internal.sdk.
LayoutDeviceManager
;
98
private final
LayoutDeviceManager
mManager;
108
* {@link
LayoutDeviceManager
}.
116
private
LayoutDeviceManager
mLayoutDeviceManager;
170
if (newInput instanceof
LayoutDeviceManager
) {
171
mLayoutDeviceManager = (
LayoutDeviceManager
)newInput;
178
"ConfigContentProvider requires input to be
LayoutDeviceManager
");
ConfigurationComposite.java
49
import com.android.ide.eclipse.adt.internal.sdk.
LayoutDeviceManager
;
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDeviceManager.java
60
public class
LayoutDeviceManager
{
114
LayoutDeviceManager
() {
Sdk.java
125
private final
LayoutDeviceManager
mLayoutDeviceManager = new
LayoutDeviceManager
();
613
public
LayoutDeviceManager
getLayoutDeviceManager() {
[
all
...]
Completed in 300 milliseconds