Searched defs:getRadius (Results 1 - 14 of 14) sorted by relevance

/frameworks/support/design/base/android/support/design/widget/
H A DShadowViewDelegate.java22 float getRadius(); method in interface:ShadowViewDelegate
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareRequestParcelable.java61 public double getRadius() { method in class:GeofenceHardwareRequestParcelable
62 return mRequest.getRadius();
120 builder.append(mRequest.getRadius());
179 parcel.writeDouble(getRadius());
H A DGeofenceHardwareRequest.java148 public double getRadius() { method in class:GeofenceHardwareRequest
/frameworks/base/libs/hwui/
H A DRevealClip.h55 float getRadius() const { return mRadius; } function in class:android::uirenderer::RevealClip
H A DOutline.h140 float getRadius() const { function in class:android::uirenderer::Outline::Type
/frameworks/support/v7/cardview/src/android/support/v7/widget/
H A DCardViewApi21Impl.java62 return getRadius(cardView) * 2;
67 return getRadius(cardView) * 2;
71 public float getRadius(CardViewDelegate cardView) { method in class:CardViewApi21Impl
72 return getCardBackground(cardView).getRadius();
92 final float radius = getRadius(cardView);
H A DCardViewImpl.java31 float getRadius(CardViewDelegate cardView); method in interface:CardViewImpl
H A DCardViewBaseImpl.java133 public float getRadius(CardViewDelegate cardView) { method in class:CardViewBaseImpl
H A DCardView.java352 * @see #getRadius()
354 public float getRadius() { method in class:CardView
355 return IMPL.getRadius(mCardViewDelegate);
H A DRoundRectDrawable.java156 public float getRadius() { method in class:RoundRectDrawable
/frameworks/base/graphics/java/android/graphics/
H A DOutline.java235 public float getRadius() { method in class:Outline
/frameworks/base/location/java/android/location/
H A DGeofence.java76 public float getRadius() { method in class:Geofence
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java811 public float getRadius() { method in class:FloatingActionButton.ShadowDelegateImpl
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleDrawable.java416 public int getRadius() { method in class:RippleDrawable

Completed in 1260 milliseconds