Searched refs:mName (Results 1 - 25 of 29) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
H A DTestAttribute.java27 private String mName; field in class:TestAttribute
31 public TestAttribute(String mUri, String mName, String mValue) { argument
33 this.mName = mName;
40 return mName;
55 return "TestAttribute [name=" + mName + ", uri=" + mUri + ", value=" + mValue + "]";
59 return XmlAttributeSortOrder.compareAttributes(mName, o.getName());
H A DTestAttributeInfo.java25 private final String mName; field in class:TestAttributeInfo
39 this.mName = name;
74 return mName;
/sdk/testapps/testSensors/src/com/android/tests/testsensors/
H A DTestSensorsActivity.java47 private final TextView mName; field in class:TestSensorsActivity.MonitoredSensor
68 mName = (TextView) row.findViewById(R.id.row_textview_name);
82 mName.setText("Accelerometer");
88 mName.setText("Gravity");
92 mName.setText("Gyroscope");
97 mName.setText("Light");
102 mName.setText("Linear acceleration");
107 mName.setText("Magnetic field");
112 mName.setText("Orientation");
117 mName
[all...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
H A DSimpleAttribute.java37 private final String mName; field in class:SimpleAttribute
53 mName = name == null ? "" : name;
69 return mName;
83 mName,
105 return mName.equals(sa.mName) &&
114 long c = mName.hashCode();
H A DRenderLogger.java38 private final String mName; field in class:RenderLogger
49 mName = name;
126 AdtPlugin.log(IStatus.ERROR, "%1$s: %2$s", mName, description);
140 AdtPlugin.log(throwable, "%1$s: %2$s", mName, description);
190 AdtPlugin.log(IStatus.WARNING, "%1$s: %2$s", mName, description);
203 AdtPlugin.log(throwable, "%1$s: %2$s", mName, description);
H A DCanvasViewInfo.java79 private final String mName; field in class:CanvasViewInfo
111 mName = name;
298 return mName;
436 && mParent.mName.endsWith(GESTURE_OVERLAY_VIEW)
479 return FQCN_SPACE.equals(mName) || FQCN_SPACE_V7.equals(mName);
613 return "CanvasViewInfo [name=" + mName + ", node=" + mUiViewNode + "]";
H A DIncludeFinder.java931 private String mName; field in class:IncludeFinder.Reference
991 if (mName == null) {
992 mName = mId;
993 int index = mName.lastIndexOf(WS_SEP);
995 mName = mName.substring(index + 1);
999 return mName;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
H A DAndroidClasspathContainer.java31 private final String mName; field in class:AndroidClasspathContainer
46 mName = name;
57 return mName;
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
H A DGLDataTypeSpec.java24 private final String mName; field in class:GLDataTypeSpec
29 mName = name;
69 return mName;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
H A DRenameResult.java27 private @Nullable String mName; field in class:RenameResult
110 mName = name;
161 return mName;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
H A DAttributeInfo.java54 private String mName; field in class:AttributeInfo
75 mName = name;
86 mName = name;
92 mName = info.mName;
106 mName = name;
112 return mName;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
H A DCreateFileChange.java47 private String mName; field in class:CreateFileChange
52 mName = name;
64 return mName;
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
H A DPsdFile.java307 final byte[] mName; field in class:PsdFile.Layer
348 mName = data;
350 mName = nameData;
352 mExtraSize += mName.length;
403 out.write(mName);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
H A DResourceChooser.java839 private String mName; field in class:ResourceChooser.NameValueDialog
886 mName = mNameText.getText().trim();
891 return mName;
906 if (mName.length() == 0) {
914 String error = mValidator.isValid(mName);
H A DConfigurationSelector.java867 private Label mName; field in class:ConfigurationSelector.LanguageEdit
899 mName = new Label(this, SWT.NONE);
900 mName.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
915 mName.setText(newName);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
H A DHyperlinks.java1539 private final String mName; field in class:Hyperlinks.ResourceLink
1558 mName = name;
1587 Pair<IFile,IRegion> def = findIdDefinition(project, mName);
1597 displayError(String.format("Could not find id %1$s", mName));
1608 if (mType != null && mName != null && EXT_XML.equals(extension)) {
1611 target = findIdInXml(mName, file);
1613 target = findValueInXml(mType, mName, file);
1628 if (mType != null && mName != null && EXT_XML.equals(path.getFileExtension())) {
1630 Pair<File, Integer> target = findValueInXml(mType, mName, file);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
H A DViewMetadataRepository.java428 private final String mName; field in class:ViewMetadataRepository.CategoryData
437 mName = name;
446 return mName;
/sdk/testapps/jarCheckTests1/app/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests1/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests1/lib2/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests2/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests2/lib2/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests3/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests3/lib2/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/sdk/testapps/javaProjectTest/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 694 milliseconds

12