OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:circle
(Results
101 - 125
of
660
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
TouchDisplayView.java
314
// radius of active touch
circle
in dp
316
// radius of historical
circle
in dp
350
// Setup text paint for
circle
label
364
* A large
circle
indicates the current position held by the
365
* {@link TouchDisplayView.TouchHistory} object, while a smaller
circle
is drawn for each
366
* entry in its history. The size of the large
circle
is scaled depending on
379
* Draw the
circle
, size scaled to its pressure. Pressure is clamped to
396
// draw its label next to the main
circle
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
XMLTokener.java
308
char[]
circle
= new char[n];
local
311
* First fill the
circle
buffer with as many characters as are in the
320
circle
[i] = c;
329
* Compare the
circle
buffer with the to string.
332
if (
circle
[j] != to.charAt(i)) {
355
* Shove the character in the
circle
buffer and advance the
356
*
circle
offset. The offset is mod n.
358
circle
[offset] = c;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
BitmapHelper.java
30
* to fit and clipped to an inscribed
circle
.
32
* @param width Width of output bitmap (and diameter of
circle
)
/art/test/044-proxy/
expected.txt
5
Invoke public abstract void Shapes.
circle
(int)
7
---
circle
3
8
Success: method
circle
res=null
54
Proxy methods: [public final java.lang.String $Proxy1.blob(), public final double $Proxy1.blue(int), public final R0a $Proxy1.checkMe(), public final R0aa $Proxy1.checkMe(), public final R0base $Proxy1.checkMe(), public final void $Proxy1.
circle
(int), public final boolean $Proxy1.equals(java.lang.Object), public final void $Proxy1.getTrace(), public final int $Proxy1.green(double), public final int $Proxy1.hashCode(), public final int $Proxy1.mauve(java.lang.String), public final int $Proxy1.rectangle(int,int), public final int $Proxy1.red(float), public final int $Proxy1.square(int,int), public final java.lang.String $Proxy1.toString(), public final int $Proxy1.trapezoid(int,double,int), public final void $Proxy1.upCheck() throws java.lang.InterruptedException, public final void $Proxy1.upChuck()]
/external/skia/src/gpu/
GrOvalRenderer.h
69
const SkRect&
circle
,
/external/skia/src/svg/parser/
SkSVGCircle.cpp
21
DEFINE_SVG_INFO(
Circle
)
/frameworks/base/core/java/android/animation/
RevealAnimator.java
23
* Reveals a View with an animated clipping
circle
.
/frameworks/base/data/keyboards/
Vendor_054c_Product_0268.kl
69
#
Circle
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
ArcShape.java
38
* greater than 360 results in a complete
circle
/oval.
/packages/apps/Camera2/src/com/android/camera/ui/
TouchCircleDrawable.java
42
* And, a main color, which is attached to the main
circle
that is expanded last
74
* @param color The main this
circle
drawable expands to.
75
* @param baseColor The color of the initial expanded
circle
109
* Set the center of the
circle
for this drawable.
/packages/apps/InCallUI/res/drawable/
ic_lockscreen_answer_normal_layer.xml
17
<!-- A fake
circle
to fix the size of this layer asset. -->
ic_lockscreen_answer_video_normal_layer.xml
18
<!-- A fake
circle
to fix the size of this layer asset. -->
ic_lockscreen_decline_normal_layer.xml
17
<!-- A fake
circle
to fix the size of this layer asset. -->
ic_lockscreen_decline_video_normal_layer.xml
18
<!-- A fake
circle
to fix the size of this layer asset. -->
ic_lockscreen_text_normal_layer.xml
17
<!-- A fake
circle
to fix the size of this layer asset. -->
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
AvatarGroupRequestDescriptor.java
90
* distance from the center of the
circle
to the corner of the group avatar is
116
* b = radius of
circle
117
* c = 2 * radius of
circle
124
* radius of the
circle
, this is the length of edge b. Also we know that the
/packages/inputmethods/LatinIME/java/res/xml-v16/
keystyle_devanagari_sign_visarga.xml
22
API version 16 can't automatically render dotted
circle
for incomplete combining letter
/external/lldb/test/functionalities/data-formatter/data-formatter-categories/
TestDataFormatterCategories.py
195
self.runCmd("type summary add --summary-string \"Radius = ${var.r}\"
Circle
-w Category1")
209
self.runCmd("type summary delete
Circle
-w Category1")
217
self.runCmd("type summary add --summary-string \"Radius = ${var.r}\" -x
Circle
-w Category1")
230
self.runCmd("type summary delete
Circle
-w Category1")
238
self.runCmd("type summary add
Circle
-w Category1 --summary-string \"summary1\"")
245
self.runCmd("type summary add
Circle
-w Category1 --summary-string \"summary2\"")
267
self.runCmd("type summary add
Circle
-w CircleCategory --summary-string \"ACircle\"")
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialTextsView.java
104
// Calculate the radius for the main
circle
.
185
// We'll need to draw the AM/PM circles, so the main
circle
will need to have
209
// Calculate the positions for the 12 numbers in the main
circle
.
213
// If we have an inner
circle
, calculate those positions too.
231
* Using the trigonometric Unit
Circle
, calculate the positions that the text will need to be
232
* drawn at based on the specified
circle
radius. Place the values in the textGridHeights and
238
* The numbers need to be drawn in a 7x7 grid, representing the points on the Unit
Circle
.
/external/llvm/docs/
HowToSetUpLLVMStyleRTTI.rst
46
class
Circle
: public Shape {
49
Circle
(double R) : Radius(R) {}
141
class
Circle
: public Shape {
144
-
Circle
(double R) : Radius(R) {}
145
+
Circle
(double R) : Shape(SK_Circle), Radius(R) {}
185
class
Circle
: public Shape {
188
Circle
(double R) : Shape(SK_Circle), Radius(R) {}
206
if (isa<
Circle
>(S)) {
212
check roughly like ``
Circle
::classof(S)``. For more information, see
296
|
Circle
[
all
...]
/packages/apps/DeskClock/src/com/android/deskclock/
CircleTimerView.java
16
* Class to draw a
circle
for timers and stopwatches.
38
private float mRadiusOffset; // amount to remove from radius to account for markers on
circle
145
// just draw a complete white
circle
, no red arc needed
155
//draw a combination of red and white arcs to create a
circle
161
// prevent timer from doing more than one full
circle
/packages/inputmethods/LatinIME/java/res/xml/
rowkeys_hindi2.xml
82
render dotted
circle
for incomplete combining letter of some scripts, different
87
render dotted
circle
for incomplete combining letter of some scripts, different
92
render dotted
circle
for incomplete combining letter of some scripts, different
97
render dotted
circle
for incomplete combining letter of some scripts, different
102
render dotted
circle
for incomplete combining letter of some scripts, different
rowkeys_hindi1.xml
54
render dotted
circle
for incomplete combining letter of some scripts, different
73
render dotted
circle
for incomplete combining letter of some scripts, different
82
render dotted
circle
for incomplete combining letter of some scripts, different
91
render dotted
circle
for incomplete combining letter of some scripts, different
100
render dotted
circle
for incomplete combining letter of some scripts, different
109
render dotted
circle
for incomplete combining letter of some scripts, different
/developers/build/prebuilts/gradle/ElevationBasic/
README.md
11
This sample uses two shapes, a
circle
and a square, and it demonstrates two
12
alternative ways to move a view in the z-axis. The first shape, the
circle
,
/developers/samples/android/ui/views/Elevation/ElevationBasic/
README.md
11
This sample uses two shapes, a
circle
and a square, and it demonstrates two
12
alternative ways to move a view in the z-axis. The first shape, the
circle
,
Completed in 201 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>