Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DLinearLayoutRuleTest.java253 List<RuleAction> recentItems = recentChoices.getNestedActions(node); in testProperties() local
255 assertEquals(1, recentItems.size()); in testProperties()
256 assertEquals("Orientation", recentItems.get(0).getTitle()); in testProperties()
259 recentItems = recentChoices.getNestedActions(node); in testProperties()
260 assertEquals(2, recentItems.size()); in testProperties()
261 assertEquals("Gravity...", recentItems.get(0).getTitle()); in testProperties()
262 assertEquals("Orientation", recentItems.get(1).getTitle()); in testProperties()
265 recentItems = recentChoices.getNestedActions(node); in testProperties()
266 assertEquals(2, recentItems.size()); in testProperties()
267 assertEquals("Orientation", recentItems.get(0).getTitle()); in testProperties()
[all …]