Searched refs:currentHeight (Results 1 – 1 of 1) sorted by relevance
142 String currentHeight = selectedNode.getStringAttr(ANDROID_URI, ATTR_LAYOUT_HEIGHT); in addContextMenuActions() local144 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()