Home
last modified time | relevance | path

Searched defs:color (Results 1 – 25 of 64) sorted by relevance

123

/development/tools/winscope/src/trace/
Dtrace_info.ts49 color: '#AF5CF7', constant
56 color: '#4ECDE6', constant
63 color: '#8A9CF9', constant
70 color: '#8A9CF9', constant
77 color: '#0D652D', constant
84 color: '#FDC274', constant
91 color: '#D01884', constant
98 color: '#34A853', constant
105 color: '#7A86FF', constant
112 color: '#59CA77', constant
[all …]
/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/
DSmartSpace.kt54 val color = animateElementColorAsState(textColor, SmartSpace.Values.TextColor) in ContentScope() constant
68 val color by color.unsafeCompositionState(initialValue = textColor) in ContentScope() constant
DClock.kt44 val color by animateElementColorAsState(color, Clock.Values.TextColor) in ContentScope() constant
DCachedText.kt63 val color = in <lambda>() constant
DMediaPlayer.kt175 val color = MaterialTheme.colorScheme.tertiary in ContentScope() constant
/development/tools/motion/motion_test_watcher_app/src/model/
Dvisualization.ts53 color: string; property in LineGraphVisualization
87 const color = this.color; constant
166 color: string = PROBE_COLORS[0]; property in DataPointVisualization
/development/tools/winscope/src/parsers/
Draw_data_utils_test.ts24 const color = TreeNodeUtils.makeColorNode(0, 0, 0, 1); constant
167 const color = TreeNodeUtils.makeColorNode(0, 8, 0, 1); constant
/development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
DTriangle.java40 float color[] = { 0.63671875f, 0.76953125f, 0.22265625f, 0.0f }; field in Triangle
DSquare.java43 float color[] = { 0.2f, 0.709803922f, 0.898039216f, 1.0f }; field in Square
/development/tools/checkcolor/src/main/java/com/google/checkcolor/lint/
DHardcodedColorDetector.java209 private boolean isHardcodedColor(String color) { in isHardcodedColor()
223 private void addIndirectColor(XmlContext context, String color, Node node) { in addIndirectColor()
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DDigitalWatchFaceService.java421 private void setInteractiveBackgroundColor(int color) { in setInteractiveBackgroundColor()
426 private void setInteractiveHourDigitsColor(int color) { in setInteractiveHourDigitsColor()
431 private void setInteractiveMinuteDigitsColor(int color) { in setInteractiveMinuteDigitsColor()
436 private void setInteractiveSecondDigitsColor(int color) { in setInteractiveSecondDigitsColor()
DGles2ColoredTriangleList.java82 public Gles2ColoredTriangleList(Program program, float[] triangleCoords, float[] color) { in Gles2ColoredTriangleList()
260 public void bind(float[] mvpMatrix, FloatBuffer vertexBuffer, float[] color) { in bind()
/development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/
DSamplePresentation.java70 public void setColor(int color) { in setColor()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DColorPickerDialog.java29 void colorChanged(int color); in colorChanged()
41 ColorPickerView(Context c, OnColorChangedListener l, int color) { in ColorPickerView()
139 private int rotateColor(int color, float rad) { in rotateColor()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DGLColor.java43 GLColor color = (GLColor)other; in equals() local
DGLVertex.java27 GLColor color; field in GLVertex
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DAnimationLoading.java162 private void addBall(float x, float y, int color) { in addBall()
173 int color = 0xff000000 | red << 16 | green << 8 | blue; in addBall() local
/development/tools/winscope/src/viewers/components/rects/
Dcanvas.ts255 const color = this.getColor(rect); constant
378 const color = Canvas.RECT_COLOR_VISIBLE.clone(); constant
400 let color: number; variable
429 let color = this.pinnedIdToColorMap.get(rect.id); variable
/development/samples/devbytes/animation/LayoutTransChanging/src/com/example/android/layouttranschanging/
DLayoutTransChanging.java104 int color = 0xff << 24 | (red << 16) | in ColoredView() local
/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/
DDigitalWatchFaceCompanionConfigActivity.java174 int color; in setUpColorPickerSelection() local
204 private void sendConfigUpdateMessage(String configKey, int color) { in sendConfigUpdateMessage()
/development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
DTriangle.java65 float color[] = { 0.63671875f, 0.76953125f, 0.22265625f, 0.0f }; field in Triangle
DSquare.java68 float color[] = { 0.2f, 0.709803922f, 0.898039216f, 1.0f }; field in Square
/development/tools/winscope/src/parsers/surface_flinger/computations/
Dvisibility_properties_computation.ts253 const color = this.getColor(layer); constant
429 const color = this.getColor(layer); constant
/development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/dragsource/
DImageDragListener.java74 private void setTargetColor(View view, int color) { in setTargetColor()
/development/samples/browseable/DragAndDropAcrossApps/DropTarget/src/com.example.android/droptarget/
DImageDragListener.java66 private void setTargetColor(View view, int color) { in setTargetColor()

123