Home
last modified time | relevance | path

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/
DRelativeLayoutRule.java87 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()
DGridLayoutRule.java137 public static boolean sShowStructure = false; field in GridLayoutRule
191 sShowStructure = !sShowStructure; in addLayoutActions()
251 sShowStructure, actionCallback, ICON_SHOW_STRUCT, 190, false)); in addLayoutActions()
537 if (sShowStructure) { in paintSelectionFeedback()