Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DLinearLayoutRuleTest.java186 RuleAction orientationAction = contextMenu.get(1); in testOrientation() local
187 assertEquals("Orientation", orientationAction.getTitle()); in testOrientation()
189 assertTrue(orientationAction.getClass().getName(), in testOrientation()
190 orientationAction instanceof RuleAction.Choices); in testOrientation()
192 RuleAction.Choices choices = (RuleAction.Choices) orientationAction; in testOrientation()
194 callback.action(orientationAction, Collections.singletonList(node), VALUE_VERTICAL, true); in testOrientation()
199 callback.action(orientationAction, Collections.singletonList(node), VALUE_HORIZONTAL, in testOrientation()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DGridLayoutRule.java162 Choices orientationAction = RuleAction.createChoices( in addLayoutActions() local
171 orientationAction.setRadio(true); in addLayoutActions()
172 actions.add(orientationAction); in addLayoutActions()