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