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

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
KmlParser.java 70 WayPoint mCurrentWayPoint;
86 mWayPoints.add(mCurrentWayPoint = new WayPoint());
109 mCurrentWayPoint = null;
111 if (mCurrentWayPoint != null) {
112 mCurrentWayPoint.setName(mStringAccumulator.toString());
115 if (mCurrentWayPoint != null) {
116 parseLocation(mCurrentWayPoint, mStringAccumulator.toString());
GpxParser.java 85 WayPoint mCurrentWayPoint;
101 mWayPoints.add(mCurrentWayPoint = new WayPoint());
102 handleLocation(mCurrentWayPoint, attributes);
139 mCurrentWayPoint = null;
147 } else if (mCurrentWayPoint != null) {
148 mCurrentWayPoint.setName(mStringAccumulator.toString());
158 } else if (mCurrentWayPoint != null) {
159 mCurrentWayPoint.setElevation(
163 if (mCurrentWayPoint != null) {
164 mCurrentWayPoint.setDescription(mStringAccumulator.toString())
    [all...]

Completed in 985 milliseconds