/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
D | GLAbstractAtomicProperty.java | 25 private final GLStateType mType; field in GLAbstractAtomicProperty 29 mType = type; in GLAbstractAtomicProperty() 34 return mType; in getType() 63 pp.prettyPrint(mType, getStringValue()); in prettyPrint()
|
D | GLSparseArrayProperty.java | 26 private final GLStateType mType; field in GLSparseArrayProperty 44 mType = type; in GLSparseArrayProperty() 52 mType = type; in GLSparseArrayProperty() 99 return mType; in getType() 131 return new GLSparseArrayProperty(mType, mDefaultValue, mCreateOnAccess, copy); in clone() 156 pp.prettyPrint(mType, null); in prettyPrint()
|
D | GLCompositeProperty.java | 27 private final GLStateType mType; field in GLCompositeProperty 33 mType = type; in GLCompositeProperty() 86 return mType; in getType() 129 pp.prettyPrint(mType, null); in prettyPrint()
|
D | GLListProperty.java | 28 private final GLStateType mType; field in GLListProperty 38 mType = type; in GLListProperty() 52 mType = type; in GLListProperty() 128 return mType; in getType() 173 pp.prettyPrint(mType, null); in prettyPrint()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
D | GradleModule.java | 36 private Type mType; field in GradleModule 57 return mType != null; in isConfigured() 61 mType = type; in setType() 65 return mType; in getType() 87 + mType + ", mDependencies=" + mDependencies + "]"; in toString()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/ |
D | GLDataTypeSpec.java | 23 private final Type mType; field in GLDataTypeSpec 31 mType = getDataType(type); in GLDataTypeSpec() 61 return mType; in getDataType()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
D | RenameResourceProcessor.java | 43 private ResourceType mType; field in RenameResourceProcessor 64 mType = type; in RenameResourceProcessor() 68 mValidator = ResourceNameValidator.create(false, mProject, mType); in RenameResourceProcessor() 107 return mType; in getType() 207 String url = PREFIX_RESOURCE_REF + mType.getName() + '/' + mCurrentName; in loadParticipants()
|
D | RenameResourceParticipant.java | 102 private @NonNull ResourceType mType; field in RenameResourceParticipant 182 mType = ResourceType.getEnum(typeName); in initialize() 183 if (mType != null) { in initialize() 185 mFolderType = AdtUtils.getFolderTypeFor(mType); in initialize() 210 mType = AdtUtils.getResourceTypeFor(mFolderType); in initialize() 211 if (mType != null) { in initialize() 220 IField field = getResourceField(mProject, mType, mOldName); in initialize() 239 mType = processor.getType(); in initialize() 240 mFolderType = AdtUtils.getFolderTypeFor(mType); in initialize() 243 assert uri.endsWith(mOldName) && uri.contains(mType.getName()) : uri; in initialize() [all …]
|
D | RenameResourcePage.java | 46 private ResourceType mType; field in RenameResourcePage 57 mType = type; in RenameResourcePage() 61 (Set<String>) null, mType); in RenameResourcePage() 153 String xml = PREFIX_RESOURCE_REF + mType.getName() + '/' + text; in textModified() 154 String java = R_CLASS + '.' + mType.getName() + '.' + text; in textModified()
|
D | RenameResourceWizard.java | 41 private ResourceType mType; field in RenameResourceWizard 60 mType = type; in RenameResourceWizard() 69 addPage(new RenameResourcePage(mType, name, mCanClear)); in addUserInputPages()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
D | GLPropertyAccessor.java | 89 private final GLStateType mType; field in GLPropertyAccessor.GLNamePropertyExtractor 92 mType = type; in GLNamePropertyExtractor() 98 return ((GLCompositeProperty) p).getProperty(mType); in getProperty() 130 sb.append(((GLNamePropertyExtractor) e).mType); in getPath()
|
D | TexImageTransform.java | 54 private GLEnum mType; field in TexImageTransform 71 mType = type; in TexImageTransform() 183 if (mType != GLEnum.GL_UNSIGNED_BYTE) { in formatSourceData() 184 subImageData = unpackData(subImageData, mType); in formatSourceData() 199 if (mType != GLEnum.GL_FLOAT) { in formatSourceData()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | ListViewTypeMenu.java | 159 private final String mType; field in ListViewTypeMenu.PickLayoutAction 163 mType = type; in PickLayoutAction() 177 setNewType(mType, null); in run() 180 setNewType(mType, newType); in run()
|
D | SelectionManager.java | 1077 private final int mType; field in SelectionManager.SelectAction 1081 mType = type; in SelectAction() 1086 switch (mType) { in run()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
D | OrientationMenuAction.java | 50 private final int mType; field in OrientationMenuAction 54 mType = type; in OrientationMenuAction() 97 switch (mType) { in addMenuItems()
|
D | ThemeMenuAction.java | 79 private final int mType; field in ThemeMenuAction 84 mType = type; in ThemeMenuAction() 175 switch (mType) { in addMenuItems()
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/ |
D | EditableItem.java | 60 private final int mType; field in EditableItem 70 mType = type; in EditableItem() 213 return mType; in getType()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
D | UiResourceAttributeNode.java | 85 private ResourceType mType; field in UiResourceAttributeNode 98 mType = type; in UiResourceAttributeNode() 166 if (mType != null) { in showDialog() 169 ResourceChooser dlg = ResourceChooser.create(project, mType, data, shell) in showDialog()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | Hyperlinks.java | 1559 private final ResourceType mType; field in Hyperlinks.ResourceLink 1578 mType = type; in ResourceLink() 1603 if (mFile == null && mType == ResourceType.ID) { in open() 1629 if (mType != null && mName != null && EXT_XML.equals(extension)) { in open() 1631 if (mType == ResourceType.ID) { in open() 1634 target = findValueInXml(mType, mName, file); in open() 1649 if (mType != null && mName != null && EXT_XML.equals(path.getFileExtension())) { in open() 1651 Pair<File, Integer> target = findValueInXml(mType, mName, file); in open()
|