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 248 BaseViewRule.editedProperty(ATTR_ORIENTATION);
258 BaseViewRule.editedProperty("gravity");
264 BaseViewRule.editedProperty(ATTR_ORIENTATION);
272 BaseViewRule.editedProperty("dummy_" + i);
277 BaseViewRule.editedProperty("gravity");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 174 editedProperty(ATTR_LAYOUT_WIDTH);
186 editedProperty(ATTR_LAYOUT_HEIGHT);
197 editedProperty(ATTR_ID);
206 editedProperty(actionId);
577 static void editedProperty(String property) {
    [all...]

Completed in 73 milliseconds