Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DPropertyCallback.java32 public class PropertyCallback implements IMenuCallback { class
48 public PropertyCallback(List<? extends INode> targetNodes, String undoLabel, in PropertyCallback() method in PropertyCallback
DLinearLayoutRule.java135 new PropertyCallback(Collections.singletonList(parentNode), in addLayoutActions()
154 new PropertyCallback(Collections.singletonList(parentNode), in addLayoutActions()
DGridLayoutRule.java165 new PropertyCallback(Collections.singletonList(parentNode), in addLayoutActions()
DBaseLayoutRule.java176 new PropertyCallback(targets, "Change Gravity", ANDROID_URI, in createGravityAction()