HomeSort by relevance Sort by last modified time
    Searched defs:mUiName (Results 1 - 5 of 5) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
TextAttributeDescriptor.java 50 private String mUiName;
74 if (mUiName == null) {
77 mUiName = DescriptorsUtils.prettyAttributeUiName(info.getName());
79 mUiName += "*"; //$NON-NLS-1$
82 mUiName = getXmlLocalName();
86 return mUiName;
99 mUiName = uiName;
ElementDescriptor.java 49 private final String mUiName;
88 mUiName = ui_name;
116 mUiName = ui_name;
225 return mUiName;
470 return mUiName.compareToIgnoreCase(o.mUiName);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
SensorChannel.java 346 private String mUiName = "";
382 mUiName = "Accelerometer";
387 mUiName = "Gravity";
392 mUiName = "Gyroscope";
397 mUiName = "Light";
402 mUiName = "Linear acceleration";
407 mUiName = "Magnetic field";
412 mUiName = "Orientation";
417 mUiName = "Pressure";
422 mUiName = "Proximity"
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 114 private final String mUiName;
132 mUiName = uiName;
144 return mUiName;
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 3799 milliseconds