Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DGuidelineHandler.java806 int orientation1 = (m1.with.edgeType == LEFT || in compare() local
810 if (orientation1 != orientation2) { in compare()
811 return orientation1 - orientation2; in compare()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationMatcher.java725 ScreenOrientationQualifier orientation1 = in compare() local
727 ScreenOrientation so1 = orientation1.getValue(); in compare()