OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mSashForm
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java
105
private SashForm
mSashForm
;
164
mSashForm
= new SashForm(parent, SWT.NONE);
165
mSashForm
.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 1, 1));
166
mLintView = new LintList(getSite(),
mSashForm
, mMemento, false /*singleFile*/);
168
mDetailsText = new Text(
mSashForm
,
175
mSashForm
.setWeights(new int[] {8, 2});
/prebuilts/devtools/tools/lib/
traceview.jar
sdkuilib.jar
Completed in 199 milliseconds