OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HOUR_STROKE_WIDTH
(Results
1 - 5
of
5
) sorted by null
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
AnalogWatchFaceService.java
69
private static final float
HOUR_STROKE_WIDTH
= 5f;
159
mHourPaint.setStrokeWidth(
HOUR_STROKE_WIDTH
);
SweepWatchFaceService.java
60
private static final float
HOUR_STROKE_WIDTH
= 5f;
131
mHourPaint.setStrokeWidth(
HOUR_STROKE_WIDTH
);
ComplicationSimpleWatchFaceService.java
89
private static final float
HOUR_STROKE_WIDTH
= 5f;
222
mHourPaint.setStrokeWidth(
HOUR_STROKE_WIDTH
);
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
AnalogComplicationWatchFaceService.java
136
private static final float
HOUR_STROKE_WIDTH
= 5f;
308
mHourPaint.setStrokeWidth(
HOUR_STROKE_WIDTH
);
[
all
...]
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
AnalogComplicationWatchFaceService.java
136
private static final float
HOUR_STROKE_WIDTH
= 5f;
308
mHourPaint.setStrokeWidth(
HOUR_STROKE_WIDTH
);
[
all
...]
Completed in 56 milliseconds