Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationMatcher.java607 static String getClosestMatch(@NonNull FolderConfiguration oldConfig, in getClosestMatch() method in ConfigurationMatcher
DConfigurationChooser.java1399 stateName = ConfigurationMatcher.getClosestMatch(oldConfig, device.getAllStates()); in onDeviceChange()