Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationMatcher.java175 State selectedState = mConfiguration.getDeviceState(); in adaptConfigSelection() local
177 if (selectedState != null) { in adaptConfigSelection()
178 FolderConfiguration currentConfig = DeviceConfigHelper.getFolderConfig(selectedState); in adaptConfigSelection()