Searched refs:currentWidth (Results 1 – 1 of 1) sorted by relevance
129 String currentWidth = selectedNode.getStringAttr(ANDROID_URI, ATTR_LAYOUT_WIDTH); in addContextMenuActions() local133 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()