Searched refs:sShowStructure (Results 1 – 2 of 2) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | RelativeLayoutRule.java | 87 public static boolean sShowStructure = false; field in RelativeLayoutRule 136 if (sShowStructure) { in paintSelectionFeedback() 347 sShowStructure = !sShowStructure; in addLayoutActions() 366 sShowStructure, callback, ICON_SHOW_STRUCTURE, 190, false)); in addLayoutActions()
|
D | GridLayoutRule.java | 139 public static boolean sShowStructure = false; field in GridLayoutRule 193 sShowStructure = !sShowStructure; in addLayoutActions() 234 sShowStructure, actionCallback, ICON_SHOW_STRUCT, 147, false)); in addLayoutActions() 256 sShowStructure, actionCallback, ICON_SHOW_STRUCT, 190, false)); in addLayoutActions() 590 if (sShowStructure) { in paintSelectionFeedback()
|