HomeSort by relevance Sort by last modified time
    Searched refs:mDecimalFormat (Results 1 - 2 of 2) sorted by null

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
CoordinateControls.java 45 private final DecimalFormat mDecimalFormat = new DecimalFormat();
83 mValue = mDecimalFormat.parse(mDecimalText.getText()).doubleValue();
209 double degrees = mDecimalFormat.parse(mSexagesimalDegreeText.getText()).doubleValue();
210 double minutes = mDecimalFormat.parse(mSexagesimalMinuteText.getText()).doubleValue();
211 double seconds = mDecimalFormat.parse(mSexagesimalSecondText.getText()).doubleValue();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigEditDialog.java 88 private final DecimalFormat mDecimalFormat = new DecimalFormat();
189 mXDpi = mDecimalFormat.parse(value).floatValue();
213 mYDpi = mDecimalFormat.parse(value).floatValue();

Completed in 3026 milliseconds