Home
last modified time | relevance | path

Searched refs:mType (Results 1 – 19 of 19) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DGLAbstractAtomicProperty.java25 private final GLStateType mType; field in GLAbstractAtomicProperty
29 mType = type; in GLAbstractAtomicProperty()
34 return mType; in getType()
63 pp.prettyPrint(mType, getStringValue()); in prettyPrint()
DGLSparseArrayProperty.java26 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()
DGLCompositeProperty.java27 private final GLStateType mType; field in GLCompositeProperty
33 mType = type; in GLCompositeProperty()
86 return mType; in getType()
129 pp.prettyPrint(mType, null); in prettyPrint()
DGLListProperty.java28 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/
DGradleModule.java36 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/
DGLDataTypeSpec.java23 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/
DRenameResourceProcessor.java43 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()
DRenameResourceParticipant.java102 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 …]
DRenameResourcePage.java46 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()
DRenameResourceWizard.java41 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/
DGLPropertyAccessor.java89 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()
DTexImageTransform.java54 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/
DListViewTypeMenu.java159 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()
DSelectionManager.java1077 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/
DOrientationMenuAction.java50 private final int mType; field in OrientationMenuAction
54 mType = type; in OrientationMenuAction()
97 switch (mType) { in addMenuItems()
DThemeMenuAction.java79 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/
DEditableItem.java60 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/
DUiResourceAttributeNode.java85 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/
DHyperlinks.java1559 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()