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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
AndroidTypeRenameParticipant.java 104 ITextFileBufferManager lManager = FileBuffers.getTextFileBufferManager();
105 lManager.connect(file.getFullPath(), LocationKind.NORMALIZE,
107 ITextFileBuffer buffer = lManager.getTextFileBuffer(file.getFullPath(),
110 Change layoutChange = new AndroidLayoutChange(file, lDocument, lManager,
225 ITextFileBufferManager lManager = null;
227 lManager = FileBuffers.getTextFileBufferManager();
228 lManager.connect(file.getFullPath(), LocationKind.NORMALIZE, new NullProgressMonitor());
229 ITextFileBuffer buffer = lManager.getTextFileBuffer(file.getFullPath(),
281 if (lManager != null) {
283 lManager.disconnect(file.getFullPath(), LocationKind.NORMALIZE
    [all...]
AndroidPackageRenameParticipant.java 134 ITextFileBufferManager lManager = FileBuffers.getTextFileBufferManager();
135 lManager.connect(file.getFullPath(), LocationKind.NORMALIZE,
137 ITextFileBuffer buffer = lManager.getTextFileBuffer(file.getFullPath(),
140 Change layoutChange = new AndroidLayoutChange(file, lDocument, lManager,
336 ITextFileBufferManager lManager = null;
338 lManager = FileBuffers.getTextFileBufferManager();
339 lManager.connect(file.getFullPath(),
341 ITextFileBuffer buffer = lManager.getTextFileBuffer(file.getFullPath(),
405 if (lManager != null) {
407 lManager.disconnect(file.getFullPath(), LocationKind.NORMALIZE
    [all...]
AndroidTypeMoveParticipant.java 126 ITextFileBufferManager lManager = FileBuffers.getTextFileBufferManager();
127 lManager.connect(file.getFullPath(), LocationKind.NORMALIZE,
129 ITextFileBuffer buffer = lManager.getTextFileBuffer(file.getFullPath(),
132 Change layoutChange = new AndroidLayoutChange(file, lDocument, lManager,
264 ITextFileBufferManager lManager = null;
266 lManager = FileBuffers.getTextFileBufferManager();
267 lManager.connect(file.getFullPath(), LocationKind.NORMALIZE, new NullProgressMonitor());
268 ITextFileBuffer buffer = lManager.getTextFileBuffer(file.getFullPath(),
319 if (lManager != null) {
321 lManager.disconnect(file.getFullPath(), LocationKind.NORMALIZE
    [all...]

Completed in 1296 milliseconds