Home
last modified time | relevance | path

Searched refs:computeCurrentConfig (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/
DConfigurationComposite.java561 computeCurrentConfig(true /*force*/); in replaceFile()
707 computeCurrentConfig(true /*force*/); in onXmlModelLoaded()
790 computeCurrentConfig(false /*force*/); in findAndSetCompatibleConfig()
1396 computeCurrentConfig(false /*force*/); in onDeviceChange()
1439 computeCurrentConfig(false /*force*/); in onCustomDeviceConfig()
1546 if (computeCurrentConfig(false /*force*/) && mListener != null) { in onDeviceConfigChange()
1561 if (computeCurrentConfig(false /*force*/) && mListener != null) { in onLocaleChange()
1567 if (computeCurrentConfig(false /*force*/) && mListener != null) { in onDockChange()
1573 if (computeCurrentConfig(false /*force*/) && mListener != null) { in onDayChange()
1584 private boolean computeCurrentConfig(boolean force) { in computeCurrentConfig() method in ConfigurationComposite