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.java143 String currentHeight = selectedNode.getStringAttr(ANDROID_URI, ATTR_LAYOUT_HEIGHT); in addContextMenuActions() local
145 if (canMatchParent && VALUE_FILL_PARENT.equals(currentHeight)) { in addContextMenuActions()
146 currentHeight = VALUE_MATCH_PARENT; in addContextMenuActions()
147 } else if (!canMatchParent && VALUE_MATCH_PARENT.equals(currentHeight)) { in addContextMenuActions()
148 currentHeight = VALUE_FILL_PARENT; in addContextMenuActions()
149 } else if (!VALUE_WRAP_CONTENT.equals(currentHeight) in addContextMenuActions()
150 && !fillParent.equals(currentHeight)) { in addContextMenuActions()
151 height = currentHeight; in addContextMenuActions()
423 currentHeight, in addContextMenuActions()