Home
last modified time | relevance | path

Searched defs:radius (Results 1 – 7 of 7) sorted by relevance

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DSimpleGeofence.java42 public SimpleGeofence(String geofenceId, double latitude, double longitude, float radius, in SimpleGeofence()
DSimpleGeofenceStore.java61 float radius = mPrefs.getFloat(getGeofenceFieldKey(id, KEY_RADIUS), in getGeofence() local
/development/samples/browseable/BasicAccessibility/src/com.example.android.basicaccessibility/
DDialView.java229 private float[] computeXYForPosition(final int pos, final float radius) { in computeXYForPosition()
/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DUtils.java207 double radius = width / 2; in calculateBottomInsetsOnRoundDevice() local
/development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
DTouchDisplayView.java384 float radius = pressure * mCircleRadius; in drawCircle() local
/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/
DLauncherActivity.java304 final int radius = (int) Math.hypot((double) view.getWidth(), (double) view.getHeight()); in revealAnimator() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DMatrixPaletteRenderer.java387 float radius = 0.25f; in generateWeightedGrid() local