/packages/inputmethods/LatinIME/java/res/xml-v16/ |
keystyle_devanagari_vowel_sign_candra_e.xml | 22 API version 16 can't automatically render dotted circle for incomplete combining letter
|
keystyle_devanagari_vowel_sign_candra_o.xml | 22 API version 16 can't automatically render dotted circle for incomplete combining letter
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
AnimationCloning.java | 107 OvalShape circle = new OvalShape(); local 108 circle.resize(50f * mDensity, 50f * mDensity); 109 ShapeDrawable drawable = new ShapeDrawable(circle);
|
AnimationLoading.java | 153 OvalShape circle = new OvalShape(); local 154 circle.resize(BALL_SIZE, BALL_SIZE); 155 ShapeDrawable drawable = new ShapeDrawable(circle);
|
AnimationSeeking.java | 127 OvalShape circle = new OvalShape(); local 128 circle.resize(BALL_SIZE, BALL_SIZE); 129 ShapeDrawable drawable = new ShapeDrawable(circle);
|
BouncingBalls.java | 153 OvalShape circle = new OvalShape(); local 154 circle.resize(50f, 50f); 155 ShapeDrawable drawable = new ShapeDrawable(circle);
|
CustomEvaluator.java | 142 OvalShape circle = new OvalShape(); local 143 circle.resize(50f, 50f); 144 ShapeDrawable drawable = new ShapeDrawable(circle);
|
MultiPropertyAnimation.java | 144 OvalShape circle = new OvalShape(); local 145 circle.resize(BALL_SIZE, BALL_SIZE); 146 ShapeDrawable drawable = new ShapeDrawable(circle);
|
AnimatorEvents.java | 171 OvalShape circle = new OvalShape(); local 172 circle.resize(50f, 50f); 173 ShapeDrawable drawable = new ShapeDrawable(circle);
|
/external/deqp/doc/testspecs/GLES31/ |
functional.geometry_shading.txt | 92 instancing by rendering primitives in a circle formation. Each output primitive 93 on the circle is generated by a single geometry shader invocation and each 94 circle is generated by a single input primitive. invocation_per_layer and
|
/packages/apps/Camera2/src/com/android/camera/widget/ |
RoundedThumbnailView.java | 113 /** The current reveal circle opacity. */ 139 /** Paint object for the reveal circle. */ 176 /** The paint to draw hit state circle. */ 179 * The current hit state circle opacity (0.0 - 1.0) which is updated by the 180 * hit state animator. If -1, the hit state circle won't be drawn. 204 // circle by changing the alpha. 271 // Draw the reveal while circle. 354 // Draw the reveal while circle. 362 // Draw hit state circle if necessary. 368 // Draw the hit state while circle [all...] |
/external/mdnsresponder/mDNSPosix/ |
parselog.py | 52 # Filled red circle: Normal query Hollow red circle: Query requesting unicast reply 53 # Filled orange circle: Probe (service starting) Hollow orange circle: First probe (requesting unicast reply) 54 # Filled green circle: Normal answer Hollow green circle: Goodbye message (record going away) 55 # Hollow blue circle: Legacy query (from old client)
|
/cts/tests/tests/animation/src/android/animation/cts/ |
AnimationActivity.java | 244 OvalShape circle = new OvalShape(); local 245 circle.resize(x, y); 246 ShapeDrawable drawable = new ShapeDrawable(circle);
|
/external/skia/samplecode/ |
SampleClipDrawMatch.cpp | 56 SkRRect circle; local 57 circle.setOval(create_rect(offset)); 58 return circle;
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
RadialGradient_Delegate.java | 80 * @param radius Must be positive. The radius of the circle for this 83 * the circle 86 * distributed evenly between the center and edge of the circle.
|
/art/test/044-proxy/src/ |
BasicTest.java | 43 shapes.circle(3); 130 public void circle(int r); method in interface:Shapes 178 public void circle(int r) { method in class:Mix 179 System.out.println("--- circle " + r);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/touch/ |
TouchPointView.java | 31 * Simple view that draws a circle where a touch is registered
|
/cts/tests/tests/content/src/android/content/res/cts/ |
AssetFileDescriptor_AutoCloseOutputStreamTest.java | 51 * Test AutoCloseOutputStream life circle.
|
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/ |
ArcShapeTest.java | 63 arcShape.resize(SQUARE, SQUARE); // half circle
|
OvalShapeTest.java | 57 ovalShape.resize(SQUARE, SQUARE); // circle
|
/developers/build/prebuilts/gradle/ElevationDrag/Application/tests/src/com/example/android/elevationdrag/tests/ |
SampleTests.java | 52 mFloatingShape = mTestActivity.findViewById(R.id.circle);
|
/developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/ |
SimpleGeofence.java | 38 * @param radius Radius of the geofence circle in meters.
|
/developers/build/prebuilts/gradle/RevealEffectBasic/Application/src/main/java/com/example/android/revealeffectbasic/ |
RevealEffectBasicFragment.java | 55 View shape = rootView.findViewById(R.id.circle);
|
/developers/build/prebuilts/gradle/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/ui/ |
SpeedPickerLayout.java | 63 mCircle = (ImageView) findViewById(R.id.circle);
|
/developers/samples/android/ui/views/Elevation/ElevationDrag/Application/tests/src/com/example/android/elevationdrag/tests/ |
SampleTests.java | 52 mFloatingShape = mTestActivity.findViewById(R.id.circle);
|