HomeSort by relevance Sort by last modified time
    Searched refs:showGroup (Results 1 - 2 of 2) sorted by null

  /external/clang/tools/diagtool/
TreeView.cpp 86 int showGroup(StringRef RootGroup) {
181 return ShowAll ? TP.showAll() : TP.showGroup(RootGroup);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 429 showGroup(type.needsForegroundScaling(), mScalingLabel, mScalingComposite);
430 showGroup(type.needsShape(), mShapeLabel, mShapeComposite);
431 showGroup(type.needsTheme(), mThemeLabel, mThemeComposite);
432 showGroup(type.needsColors(), mBgColorLabel, mBgButton);
433 showGroup(type.needsColors() && mValues.sourceType != SourceType.IMAGE,
442 private static void showGroup(boolean show, Control control1, Control control2) {
    [all...]

Completed in 76 milliseconds