Home
last modified time | relevance | path

Searched refs:matchState (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.java195 State matchState = null; in adaptConfigSelection() local
212 matchState = state; in adaptConfigSelection()
220 if (matchState != null) { in adaptConfigSelection()
221 mConfiguration.setDeviceState(matchState, true); in adaptConfigSelection()
225 mConfigChooser.selectDeviceState(matchState); in adaptConfigSelection()