OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:undolabel
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
PropertyCallback.java
44
* @param
undoLabel
the label to use for the undo action
48
public PropertyCallback(List<? extends INode> targetNodes, String
undoLabel
,
52
mUndoLabel =
undoLabel
;
BaseLayoutRule.java
207
final String
undoLabel
;
209
undoLabel
= "Change Width Fill";
211
undoLabel
= "Change Height Fill";
215
parentNode.editXml(
undoLabel
, new INodeHandler() {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadata.java
182
final String
undoLabel
= "Bind View";
183
AdtUtils.setToolsAttribute(editor, element,
undoLabel
, name, value,
206
if (setPropertyInEditor(
undoLabel
, variation, element, name,
215
setPropertyInFile(
undoLabel
, variation, element, name, value);
234
@NonNull String
undoLabel
,
248
AdtUtils.setToolsAttribute(editor, element,
undoLabel
, name,
265
@NonNull String
undoLabel
,
274
AdtUtils.setToolsAttribute(variation, other,
undoLabel
,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlEditor.java
[
all
...]
Completed in 855 milliseconds