HomeSort by relevance Sort by last modified time
    Searched full:circle (Results 251 - 275 of 660) sorted by null

<<11121314151617181920>>

  /external/skia/example/
HelloWorld.cpp 103 // Set up a linear gradient and draw a circle
  /external/skia/tools/lua/
classify_rrect_clips.lua 61 return "circle"
  /external/speex/libspeex/
lsp.h 14 unit circle.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
ViewUtil.java 84 * Configures the floating action button, clipping it to a circle and setting its translation z.
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
CompositeImageRequest.java 72 // Draw the bitmap into a smaller size with a circle mask.
  /packages/apps/PhoneCommon/src/com/android/phone/common/util/
ViewUtil.java 70 * Configures the floating action button, clipping it to a circle and setting its translation z.
  /packages/apps/Settings/src/com/android/settings/drawable/
CircleFramedDrawable.java 77 // opaque circle matte
  /prebuilts/maven_repo/android/com/android/support/test/espresso/espresso-core/2.0/
espresso-core-2.0-javadoc.jar 
  /prebuilts/maven_repo/android/com/android/support/test/espresso/espresso-core/2.1/
espresso-core-2.1-javadoc.jar 
  /prebuilts/maven_repo/android/com/android/support/test/espresso/espresso-core/2.2/
espresso-core-2.2-javadoc.jar 
  /external/skia/gm/
dcshader.cpp 139 struct Circle : public Prim {
232 fPrims.push_back(SkNEW(Circle));
  /frameworks/base/docs/html/training/wearables/ui/
confirm.jd 80 <p>You can assign a drawable resource to display inside the circle with the
81 <code>android:src</code> attribute and configure the parameters of the circle directly on the
  /frameworks/base/libs/hwui/
PathCache.h 141 struct Circle {
143 } circle; member in union:android::uirenderer::PathDescription::Shape
  /frameworks/base/packages/SystemUI/res/values/
dimens.xml 460 <!-- The diameter of the search panel circle. -->
475 <!-- The height of the scrim behind the search panel circle. Should be navigation_bar_height
500 <!-- TrustDrawable: Thickness of the circle -->
541 <!-- Screen pinning request nav button circle heights -->
543 <!-- Screen pinning request nav button circle widths -->
545 <!-- Screen pinning request padding on top of inner circle -->
558 <!-- Screen pinning inner nav bar circle size -->
560 <!-- Screen pinning inner nav bar outer circle size -->
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
RectShadowPainter.java 143 * @param x Center of circle, which this corner is a part of.
144 * @param y Center of circle, which this corner is a part of.
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
BitmapUtil.java 181 * Frames the input bitmap in a circle.
210 // Draw a circle.
  /cts/tests/tests/text/src/android/text/cts/
EmojiConstants.java 95 0x026AA, // MEDIUM WHITE CIRCLE
96 0x026AB, // MEDIUM BLACK CIRCLE
145 0x02B55, // HEAVY LARGE CIRCLE
599 0x1F503, // CLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS
643 0x1F534, // LARGE RED CIRCLE
644 0x1F535, // LARGE BLUE CIRCLE
  /external/skia/include/core/
SkShader.h 251 // the center of the starting circle. The second
252 // circle will be centered (x, 0) where x may be
255 // 0: x-offset of second circle center
257 // 1: radius of first circle
305 * fPoint[0] and fRadius[0] are the center and radius of the 1st circle
306 * fPoint[1] and fRadius[1] are the center and radius of the 2nd circle
  /external/skia/tests/
RoundRectTest.cpp 332 { { 20, 20 }, { 20, 20 }, { 20, 20 }, { 20, 20 } }, // circle
378 // for the circle we expect 6 blocks to be out on the
383 // circle
412 // only first block out for N (same as circle case)
414 // first 6 blocks out for NE (same as circle case)
416 // only first block out for E (same as circle case)
  /external/skia/src/gpu/
GrOvalRenderer.cpp 62 * The output of this effect is a modulation of the input color and coverage for a circle. It
63 * operates in a space normalized by the circle radius (outer radius in the case of a stroke)
64 * with origin at the circle center. Two vertex attributes are used:
416 * implict equation used is for a unit circle (x^2 + y^2 - 1 = 0) and the edge corrected by
2063 SkRect circle = GrTest::TestSquare(random); local
    [all...]
  /frameworks/base/docs/html/training/material/
animations.jd 74 ViewAnimationUtils.createCircularReveal()} method enables you to animate a clipping circle to
83 // get the center for the clipping circle
87 // get the final radius for the clipping circle
105 // get the center for the clipping circle
109 // get the initial radius for the clipping circle
  /frameworks/base/services/core/jni/
com_android_server_location_FlpHardwareProvider.cpp 388 GeofenceCircle& circle = geofence.data->geofence.circle; local
394 circle.latitude = env->CallDoubleMethod(geofenceRequestObject, getLatitude);
400 circle.longitude = env->CallDoubleMethod(geofenceRequestObject, getLongitude);
403 circle.radius_m = env->CallDoubleMethod(geofenceRequestObject, getRadius);
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 334 // Generate some points on a circle.
335 // Each point 'i' is a point on a circle of radius ROTATION centered at (3,2) at an angle
367 // Now translate the motion event so the circle's origin is at (0,0).
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/tracks/
chart_series.html 34 // The size of a selected point dot in device-independent pixels (circle
168 // * Selected (circle) and unselected (square) dot size,
185 // Selected (circle) and unselected (square) dot size.
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 198 * We could cache the width of the tone marks and the existence of dotted-circle,
222 /* No valid syllable as base for tone mark; try to insert dotted circle. */
237 /* No dotted circle available in the font; just leave tone mark untouched. */

Completed in 531 milliseconds

<<11121314151617181920>>