OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:animationeditordelegate
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimationEditorDelegate.java
40
public class
AnimationEditorDelegate
extends CommonXmlDelegate {
45
public
AnimationEditorDelegate
createForFile(
49
return new
AnimationEditorDelegate
(delegator);
66
private
AnimationEditorDelegate
(CommonXmlEditor editor) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonXmlEditor.java
24
import com.android.ide.eclipse.adt.internal.editors.animator.
AnimationEditorDelegate
;
74
new
AnimationEditorDelegate
.Creator(),
87
AnimationEditorDelegate
.LEGACY_EDITOR_ID,
Completed in 183 milliseconds