Searched refs:orientationAction (Results 1 – 2 of 2) sorted by relevance
186 RuleAction orientationAction = contextMenu.get(1); in testOrientation() local187 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()
162 Choices orientationAction = RuleAction.createChoices( in addLayoutActions() local171 orientationAction.setRadio(true); in addLayoutActions()172 actions.add(orientationAction); in addLayoutActions()