Searched defs:radius (Results 76 - 79 of 79) sorted by relevance

1234

/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp974 jobject /* obj */, jint geofence_id, jdouble latitude, jdouble longitude, jdouble radius,
979 radius, last_transition, monitor_transition, notification_responsiveness,
973 android_location_GnssLocationProvider_add_geofence(JNIEnv* , jobject , jint geofence_id, jdouble latitude, jdouble longitude, jdouble radius, jint last_transition, jint monitor_transition, jint notification_responsiveness, jint unknown_timer) argument
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java1307 double longitude, double radius, int lastTransition, int monitorTransitions,
1309 return native_add_geofence(geofenceId, latitude, longitude, radius,
2468 double longitude, double radius, int lastTransition,int monitorTransitions,
2467 native_add_geofence(int geofenceId, double latitude, double longitude, double radius, int lastTransition,int monitorTransitions, int notificationResponsivenes, int unknownTimer) argument
/frameworks/base/core/java/android/widget/
H A DTextView.java3334 * Gives the text a shadow of the specified blur radius and color, the specified
3349 public void setShadowLayer(float radius, float dx, float dy, int color) { argument
3350 mTextPaint.setShadowLayer(radius, dx, dy, color);
3352 mShadowRadius = radius;
3366 * Gets the radius of the shadow layer.
3368 * @return the radius of the shadow layer. If 0, the shadow layer is not visible
/frameworks/base/core/java/android/view/
H A DView.java13010 public void setRevealClip(boolean shouldClip, float x, float y, float radius) { argument
13011 mRenderNode.setRevealClip(shouldClip, x, y, radius);

Completed in 829 milliseconds

1234