Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DLinearLayoutRuleTest.java248 BaseViewRule.editedProperty(ATTR_ORIENTATION); in testProperties()
258 BaseViewRule.editedProperty("gravity"); in testProperties()
264 BaseViewRule.editedProperty(ATTR_ORIENTATION); in testProperties()
272 BaseViewRule.editedProperty("dummy_" + i); in testProperties()
277 BaseViewRule.editedProperty("gravity"); in testProperties()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DBaseViewRule.java174 editedProperty(ATTR_LAYOUT_WIDTH); in addContextMenuActions()
186 editedProperty(ATTR_LAYOUT_HEIGHT); in addContextMenuActions()
197 editedProperty(ATTR_ID); in addContextMenuActions()
206 editedProperty(actionId); in addContextMenuActions()
577 static void editedProperty(String property) { in editedProperty() method in BaseViewRule