/development/tools/winscope/src/trace/ |
D | trace_info.ts | 49 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/ |
D | SmartSpace.kt | 54 val color = animateElementColorAsState(textColor, SmartSpace.Values.TextColor) in ContentScope() constant 68 val color by color.unsafeCompositionState(initialValue = textColor) in ContentScope() constant
|
D | Clock.kt | 44 val color by animateElementColorAsState(color, Clock.Values.TextColor) in ContentScope() constant
|
D | CachedText.kt | 63 val color = in <lambda>() constant
|
D | MediaPlayer.kt | 175 val color = MaterialTheme.colorScheme.tertiary in ContentScope() constant
|
/development/tools/motion/motion_test_watcher_app/src/model/ |
D | visualization.ts | 53 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/ |
D | raw_data_utils_test.ts | 24 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/ |
D | Triangle.java | 40 float color[] = { 0.63671875f, 0.76953125f, 0.22265625f, 0.0f }; field in Triangle
|
D | Square.java | 43 float color[] = { 0.2f, 0.709803922f, 0.898039216f, 1.0f }; field in Square
|
/development/tools/checkcolor/src/main/java/com/google/checkcolor/lint/ |
D | HardcodedColorDetector.java | 209 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/ |
D | DigitalWatchFaceService.java | 421 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()
|
D | Gles2ColoredTriangleList.java | 82 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/ |
D | SamplePresentation.java | 70 public void setColor(int color) { in setColor()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | ColorPickerDialog.java | 29 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/ |
D | GLColor.java | 43 GLColor color = (GLColor)other; in equals() local
|
D | GLVertex.java | 27 GLColor color; field in GLVertex
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
D | AnimationLoading.java | 162 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/ |
D | canvas.ts | 255 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/ |
D | LayoutTransChanging.java | 104 int color = 0xff << 24 | (red << 16) | in ColoredView() local
|
/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/ |
D | DigitalWatchFaceCompanionConfigActivity.java | 174 int color; in setUpColorPickerSelection() local 204 private void sendConfigUpdateMessage(String configKey, int color) { in sendConfigUpdateMessage()
|
/development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/ |
D | Triangle.java | 65 float color[] = { 0.63671875f, 0.76953125f, 0.22265625f, 0.0f }; field in Triangle
|
D | Square.java | 68 float color[] = { 0.2f, 0.709803922f, 0.898039216f, 1.0f }; field in Square
|
/development/tools/winscope/src/parsers/surface_flinger/computations/ |
D | visibility_properties_computation.ts | 253 const color = this.getColor(layer); constant 429 const color = this.getColor(layer); constant
|
/development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/dragsource/ |
D | ImageDragListener.java | 74 private void setTargetColor(View view, int color) { in setTargetColor()
|
/development/samples/browseable/DragAndDropAcrossApps/DropTarget/src/com.example.android/droptarget/ |
D | ImageDragListener.java | 66 private void setTargetColor(View view, int color) { in setTargetColor()
|