Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DGuidelineHandler.java808 int orientation2 = (m2.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.java731 ScreenOrientationQualifier orientation2 = in compare() local
733 ScreenOrientation so2 = orientation2.getValue(); in compare()