Home
last modified time | relevance | path

Searched defs:add (Results 1 – 18 of 18) sorted by relevance

/sdk/common/src/com/android/resources/
DFolderTypeRelationship.java40 add(ResourceType.ANIM, ResourceFolderType.ANIM); in add() method
41 add(ResourceType.ANIMATOR, ResourceFolderType.ANIMATOR); in add() method
42 add(ResourceType.ARRAY, ResourceFolderType.VALUES); in add() method
43 add(ResourceType.ATTR, ResourceFolderType.VALUES); in add() method
44 add(ResourceType.BOOL, ResourceFolderType.VALUES); in add() method
45 add(ResourceType.COLOR, ResourceFolderType.VALUES); in add() method
46 add(ResourceType.COLOR, ResourceFolderType.COLOR); in add() method
47 add(ResourceType.DECLARE_STYLEABLE, ResourceFolderType.VALUES); in add() method
48 add(ResourceType.DIMEN, ResourceFolderType.VALUES); in add() method
49 add(ResourceType.DRAWABLE, ResourceFolderType.VALUES); in add() method
[all …]
/sdk/monkeyrunner/src/com/android/monkeyrunner/recorder/actions/
DPyDictUtilBuilder.java39 public PyDictUtilBuilder add(String key, int value) { in add() method in PyDictUtilBuilder
44 public PyDictUtilBuilder add(String key, float value) { in add() method in PyDictUtilBuilder
49 public PyDictUtilBuilder add(String key, String value) { in add() method in PyDictUtilBuilder
/sdk/monkeyrunner/src/com/android/monkeyrunner/recorder/
DActionListModel.java39 public void add(Action a) { in add() method in ActionListModel
/sdk/ddms/app/src/com/android/ddms/
DDropdownSelectionListener.java49 public void add(String label) { in add() method in DropdownSelectionListener
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/mock/
DMockLog.java32 private void add(String code, String format, Object... args) { in add() method in MockLog
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DTestNode.java69 public TestNode add(TestNode child) { in add() method in TestNode
76 public TestNode add(TestNode... children) { in add() method in TestNode
DTestDragElement.java71 public TestDragElement add(TestDragElement... children) { in add() method in TestDragElement
/sdk/ide_common/src/com/android/ide/common/resources/
DResourceItem.java124 protected void add(ResourceFile file) { in add() method in ResourceItem
DResourceRepository.java90 private ResourceFolder add(ResourceFolderType type, FolderConfiguration config, in add() method in ResourceRepository
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
DSdkSources.java53 public void add(SdkSourceCategory category, SdkSource source) { in add() method in SdkSources
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
DAndroidTypeRenameParticipant.java359 private void add(IDOMDocument xmlDoc, Map<String, String> androidElements, String element, in add() method in AndroidTypeRenameParticipant
DAndroidTypeMoveParticipant.java396 private void add(IDOMDocument xmlDoc, Map<String, String> androidElements, String element, in add() method in AndroidTypeMoveParticipant
DAndroidPackageRenameParticipant.java498 private void add(IDOMDocument xmlDoc, Map<String, String> androidElements, String element, in add() method in AndroidPackageRenameParticipant
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DContext.java60 void add(final MessageData msgData) { in add() method in Frame
/sdk/ide_common/src/com/android/ide/common/resources/configuration/
DFolderConfiguration.java170 public void add(FolderConfiguration config) { in add() method in FolderConfiguration
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DNativeHeapPanel.java907 ArrayList<NativeAllocationInfo> add = new ArrayList<NativeAllocationInfo>(); in initAllocationDisplay() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DGridLayoutConverter.java808 private View add(CanvasViewInfo info) { in add() method in GridLayoutConverter.GridModel
DRelativeLayoutConversionHelper.java1657 private View add(CanvasViewInfo info) { in add() method in RelativeLayoutConversionHelper.EdgeList