OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ensureHasId
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java
[
all
...]
ChangeLayoutRefactoring.java
417
String id =
ensureHasId
(rootEdit, child, null);
436
String id =
ensureHasId
(rootEdit, child, null);
RelativeLayoutConversionHelper.java
231
String id = mRefactoring.
ensureHasId
(mRootEdit, view.mElement, null);
487
String nextId = mRefactoring.
ensureHasId
(mRootEdit, nextChild, null);
533
prevId = mRefactoring.
ensureHasId
(mRootEdit, child, null);
[
all
...]
UseCompoundDrawableRefactoring.java
337
id =
ensureHasId
(rootEdit, text, null, false);
Completed in 42 milliseconds