Home
last modified time | relevance | path

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

/sdk/attribute_stats/src/
DAnalyzer.java189 analyzeLayout(file); in scanFile()
195 private void analyzeLayout(File file) { in analyzeLayout() method in Analyzer
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DRelativeLayoutConversionHelper.java135 List<View> views = analyzeLayout(layoutView); in convertToRelative()
150 private List<View> analyzeLayout(CanvasViewInfo layoutView) { in analyzeLayout() method in RelativeLayoutConversionHelper