OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:innerY
(Results
1 - 5
of
5
) sorted by null
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
AnalogWatchFaceService.java
376
float
innerY
= (float) -Math.cos(tickRot) * innerTickRadius;
379
canvas.drawLine(mCenterX + innerX, mCenterY +
innerY
,
SweepWatchFaceService.java
341
float
innerY
= (float) -Math.cos(tickRot) * innerTickRadius;
344
canvas.drawLine(mCenterX + innerX, mCenterY +
innerY
,
ComplicationSimpleWatchFaceService.java
640
float
innerY
= (float) -Math.cos(tickRot) * innerTickRadius;
643
canvas.drawLine(mCenterX + innerX, mCenterY +
innerY
,
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
AnalogComplicationWatchFaceService.java
721
float
innerY
= (float) -Math.cos(tickRot) * innerTickRadius;
726
mCenterY +
innerY
,
[
all
...]
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
AnalogComplicationWatchFaceService.java
721
float
innerY
= (float) -Math.cos(tickRot) * innerTickRadius;
726
mCenterY +
innerY
,
[
all
...]
Completed in 608 milliseconds