Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DBaseViewRule.java129 String currentWidth = selectedNode.getStringAttr(ANDROID_URI, ATTR_LAYOUT_WIDTH); in addContextMenuActions() local
133 if (canMatchParent && VALUE_FILL_PARENT.equals(currentWidth)) { in addContextMenuActions()
134 currentWidth = VALUE_MATCH_PARENT; in addContextMenuActions()
135 } else if (!canMatchParent && VALUE_MATCH_PARENT.equals(currentWidth)) { in addContextMenuActions()
136 currentWidth = VALUE_FILL_PARENT; in addContextMenuActions()
137 } else if (!VALUE_WRAP_CONTENT.equals(currentWidth) && !fillParent.equals(currentWidth)) { in addContextMenuActions()
138 width = currentWidth; in addContextMenuActions()
385 currentWidth, in addContextMenuActions()