Home
last modified time | relevance | path

Searched refs:mContents (Results 1 – 3 of 3) sorted by relevance

/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
DContext.java73 private String mContents; field in Context
183 if (mContents == null) { in getContents()
184 mContents = mDriver.getClient().readFile(file); in getContents()
187 return mContents; in getContents()
DLocation.java554 private String mContents;
568 mContents = context.getContents();
576 return Location.create(mFile, mContents, mStartOffset, mEndOffset);
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
DTraceviewEditor.java72 private Composite mContents; field in TraceviewEditor
261 mContents = new Composite(mParent, SWT.NONE); in createPartControl()
263 Display display = mContents.getDisplay(); in createPartControl()
272 mContents.setLayout(gridLayout); in createPartControl()
278 SashForm sashForm1 = new SashForm(mContents, SWT.VERTICAL); in createPartControl()