OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sShowStructure
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java
133
public static boolean
sShowStructure
= false;
179
sShowStructure
= !
sShowStructure
;
239
sShowStructure
, actionCallback, ICON_SHOW_STRUCT, 190, false));
504
if (
sShowStructure
) {
RelativeLayoutRule.java
90
public static boolean
sShowStructure
= false;
139
if (
sShowStructure
) {
353
sShowStructure
= !
sShowStructure
;
372
sShowStructure
, callback, ICON_SHOW_STRUCTURE, 190, false));
Completed in 311 milliseconds