Home
last modified time | relevance | path

Searched refs:getChooser (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/gle2/
DRenderPreviewManager.java145 ConfigurationChooser getChooser() { in getChooser() method in RenderPreviewManager
598 getChooser().getConfiguration()); in paint()
602 getChooser().getConfiguration()); in paint()
680 ConfigurationChooser chooser = getChooser(); in addAsThumbnail()
746 ConfigurationChooser chooser = getChooser(); in addDefaultPreviews()
818 ConfigurationChooser chooser = getChooser(); in createScreenVariations()
930 ConfigurationChooser chooser = getChooser(); in addLocalePreviews()
967 ConfigurationChooser chooser = getChooser(); in addScreenSizePreviews()
1041 ConfigurationChooser chooser = getChooser(); in addIncludedInPreviews()
1074 ConfigurationChooser chooser = getChooser(); in addVariationPreviews()
[all …]
DRenderPreview.java373 ConfigurationChooser chooser = mManager.getChooser(); in updateForkStatus()
1066 State chooserState = mManager.getChooser().getConfiguration() in configurationChanged()
1073 Device chooserDevice = mManager.getChooser().getConfiguration() in configurationChanged()
1083 Device chooserDevice = mManager.getChooser().getConfiguration() in configurationChanged()
1090 State chooserState = mManager.getChooser().getConfiguration() in configurationChanged()
1100 Locale chooserLocale = mManager.getChooser().getConfiguration() in configurationChanged()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfiguration.java191 ConfigurationChooser getChooser() { in getChooser() method in Configuration
218 ConfigurationChooser chooser = base.getChooser(); in create()