Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationDescription.java228 String stateName = element.getAttribute(ATTR_STATE); in fromXml() local
229 if (stateName.isEmpty() || stateName.equals("null")) { in fromXml()
230 description.state = Configuration.getState(d, stateName); in fromXml()
DConfiguration.java753 String stateName = null; in initialize() local
756 stateName = values[1]; in initialize()
757 config = DeviceConfigHelper.getFolderConfig(mDevice, stateName); in initialize()
760 stateName = first.getName(); in initialize()
763 mState = getState(mDevice, stateName); in initialize()
DConfigurationChooser.java1391 String stateName = null; in onDeviceChange() local
1399 stateName = ConfigurationMatcher.getClosestMatch(oldConfig, device.getAllStates()); in onDeviceChange()
1403 State newState = Configuration.getState(device, stateName); in onDeviceChange()