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

  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofenceStore.java 19 import static com.example.android.wearable.geofencing.Constants.INVALID_FLOAT_VALUE;
55 // Get the latitude for the geofence identified by id, or INVALID_FLOAT_VALUE if it doesn't
58 INVALID_FLOAT_VALUE);
60 INVALID_FLOAT_VALUE);
62 INVALID_FLOAT_VALUE);
69 if (lat != INVALID_FLOAT_VALUE
70 && lng != INVALID_FLOAT_VALUE
71 && radius != INVALID_FLOAT_VALUE
Constants.java 74 public static final float INVALID_FLOAT_VALUE = -999.0f;
  /developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofenceStore.java 19 import static com.example.android.wearable.geofencing.Constants.INVALID_FLOAT_VALUE;
55 // Get the latitude for the geofence identified by id, or INVALID_FLOAT_VALUE if it doesn't
58 INVALID_FLOAT_VALUE);
60 INVALID_FLOAT_VALUE);
62 INVALID_FLOAT_VALUE);
69 if (lat != INVALID_FLOAT_VALUE
70 && lng != INVALID_FLOAT_VALUE
71 && radius != INVALID_FLOAT_VALUE
Constants.java 74 public static final float INVALID_FLOAT_VALUE = -999.0f;
  /development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
SimpleGeofenceStore.java 19 import static com.example.android.wearable.geofencing.Constants.INVALID_FLOAT_VALUE;
55 // Get the latitude for the geofence identified by id, or INVALID_FLOAT_VALUE if it doesn't
58 INVALID_FLOAT_VALUE);
60 INVALID_FLOAT_VALUE);
62 INVALID_FLOAT_VALUE);
69 if (lat != INVALID_FLOAT_VALUE
70 && lng != INVALID_FLOAT_VALUE
71 && radius != INVALID_FLOAT_VALUE
Constants.java 74 public static final float INVALID_FLOAT_VALUE = -999.0f;

Completed in 1211 milliseconds