Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DBaseViewRule.java142 String currentHeight = selectedNode.getStringAttr(ANDROID_URI, ATTR_LAYOUT_HEIGHT); in addContextMenuActions() local
144 if (canMatchParent && VALUE_FILL_PARENT.equals(currentHeight)) { in addContextMenuActions()
145 currentHeight = VALUE_MATCH_PARENT; in addContextMenuActions()
146 } else if (!canMatchParent && VALUE_MATCH_PARENT.equals(currentHeight)) { in addContextMenuActions()
147 currentHeight = VALUE_FILL_PARENT; in addContextMenuActions()
148 } else if (!VALUE_WRAP_CONTENT.equals(currentHeight) in addContextMenuActions()
149 && !fillParent.equals(currentHeight)) { in addContextMenuActions()
150 height = currentHeight; in addContextMenuActions()
406 currentHeight, in addContextMenuActions()