HomeSort by relevance Sort by last modified time
    Searched refs:editedProperty (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LinearLayoutRuleTest.java 249 BaseViewRule.editedProperty(ATTR_ORIENTATION);
259 BaseViewRule.editedProperty("gravity");
265 BaseViewRule.editedProperty(ATTR_ORIENTATION);
273 BaseViewRule.editedProperty("dummy_" + i);
278 BaseViewRule.editedProperty("gravity");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 172 editedProperty(ATTR_LAYOUT_WIDTH);
184 editedProperty(ATTR_LAYOUT_HEIGHT);
202 editedProperty(ATTR_ID);
216 editedProperty(actionId);
576 static void editedProperty(String property) {
    [all...]

Completed in 1022 milliseconds