Home
last modified time | relevance | path

Searched full:highlight (Results 1 – 25 of 844) sorted by relevance

12345678910>>...34

/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_sass/skins/highlight/tomorrow/
D_highlight.scss1 figure.highlight::before { class
2 color: $highlight-comment !important;
3 background-color: $highlight-background !important;
6 color: $highlight-comment !important;
8 .highlight > pre { class
9 color: $highlight-foreground;
10 background-color: $highlight-background !important;
11 .c { color: $highlight-comment; } /* Comment */
12 .err { color: $highlight-red; } /* Error */
13 .k { color: $highlight-purple; } /* Keyword */
[all …]
D_night.scss1 $highlight-background : #1d1f21;
2 $highlight-foreground : #c5c8c6;
3 $highlight-comment : #969896;
4 $highlight-red : #c66;
5 $highlight-orange : #de935f;
6 $highlight-yellow : #f0c674;
7 $highlight-green : #b5bd68;
8 $highlight-aqua : #8abeb7;
9 $highlight-blue : #81a2be;
10 $highlight-purple : #b294bb;
D_night-blue.scss1 $highlight-background :#002451;
2 $highlight-foreground :#fff;
3 $highlight-comment :#7285b7;
4 $highlight-red :#ff9da4;
5 $highlight-orange :#ffc58f;
6 $highlight-yellow :#ffeead;
7 $highlight-green :#d1f1a9;
8 $highlight-aqua :#9ff;
9 $highlight-blue :#bbdaff;
10 $highlight-purple :#ebbbff;
D_night-bright.scss1 $highlight-background :#000;
2 $highlight-foreground :#eaeaea;
3 $highlight-comment :#969896;
4 $highlight-red :#d54e53;
5 $highlight-orange :#e78c45;
6 $highlight-yellow :#e7c547;
7 $highlight-green :#b9ca4a;
8 $highlight-aqua :#70c0b1;
9 $highlight-blue :#7aa6da;
10 $highlight-purple :#c397d8;
D_night-eighties.scss1 $highlight-background :#2d2d2d;
2 $highlight-foreground :#ccc;
3 $highlight-comment :#999;
4 $highlight-red :#f2777a;
5 $highlight-orange :#f99157;
6 $highlight-yellow :#fc6;
7 $highlight-green :#9c9;
8 $highlight-aqua :#6cc;
9 $highlight-blue :#69c;
10 $highlight-purple :#c9c;
D_default.scss1 $highlight-background : #f7f7f7;
2 $highlight-foreground : #4d4d4c;
3 $highlight-comment : #8e908c;
4 $highlight-red : #c82829;
5 $highlight-orange : #f5871f;
6 $highlight-yellow : #eab700;
7 $highlight-green : #718c00;
8 $highlight-aqua : #3e999f;
9 $highlight-blue : #4271ae;
10 $highlight-purple : #8959a8;
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_sass/skins/highlight/tomorrow/
D_highlight.scss1 figure.highlight::before { class
2 color: $highlight-comment !important;
3 background-color: $highlight-background !important;
6 color: $highlight-comment !important;
8 .highlight > pre { class
9 color: $highlight-foreground;
10 background-color: $highlight-background !important;
11 .c { color: $highlight-comment; } /* Comment */
12 .err { color: $highlight-red; } /* Error */
13 .k { color: $highlight-purple; } /* Keyword */
[all …]
D_night-blue.scss1 $highlight-background :#002451;
2 $highlight-foreground :#fff;
3 $highlight-comment :#7285b7;
4 $highlight-red :#ff9da4;
5 $highlight-orange :#ffc58f;
6 $highlight-yellow :#ffeead;
7 $highlight-green :#d1f1a9;
8 $highlight-aqua :#9ff;
9 $highlight-blue :#bbdaff;
10 $highlight-purple :#ebbbff;
D_night.scss1 $highlight-background : #1d1f21;
2 $highlight-foreground : #c5c8c6;
3 $highlight-comment : #969896;
4 $highlight-red : #c66;
5 $highlight-orange : #de935f;
6 $highlight-yellow : #f0c674;
7 $highlight-green : #b5bd68;
8 $highlight-aqua : #8abeb7;
9 $highlight-blue : #81a2be;
10 $highlight-purple : #b294bb;
D_night-bright.scss1 $highlight-background :#000;
2 $highlight-foreground :#eaeaea;
3 $highlight-comment :#969896;
4 $highlight-red :#d54e53;
5 $highlight-orange :#e78c45;
6 $highlight-yellow :#e7c547;
7 $highlight-green :#b9ca4a;
8 $highlight-aqua :#70c0b1;
9 $highlight-blue :#7aa6da;
10 $highlight-purple :#c397d8;
D_default.scss1 $highlight-background : #f7f7f7;
2 $highlight-foreground : #4d4d4c;
3 $highlight-comment : #8e908c;
4 $highlight-red : #c82829;
5 $highlight-orange : #f5871f;
6 $highlight-yellow : #eab700;
7 $highlight-green : #718c00;
8 $highlight-aqua : #3e999f;
9 $highlight-blue : #4271ae;
10 $highlight-purple : #8959a8;
D_night-eighties.scss1 $highlight-background :#2d2d2d;
2 $highlight-foreground :#ccc;
3 $highlight-comment :#999;
4 $highlight-red :#f2777a;
5 $highlight-orange :#f99157;
6 $highlight-yellow :#fc6;
7 $highlight-green :#9c9;
8 $highlight-aqua :#6cc;
9 $highlight-blue :#69c;
10 $highlight-purple :#c9c;
/external/libnl/doc/stylesheets/
Dpygments.css4 .highlight .hll { background-color: #ffffcc }
5 .highlight { background: #f4f4f4; }
6 .highlight .c { color: #008800; font-style: italic } /* Comment */
7 .highlight .err { border: 1px solid #FF0000 } /* Error */
8 .highlight .k { color: #AA22FF; font-weight: bold } /* Keyword */
9 .highlight .o { color: #666666 } /* Operator */
10 .highlight .cm { color: #008800; font-style: italic } /* Comment.Multiline */
11 .highlight .cp { color: #008800 } /* Comment.Preproc */
12 .highlight .c1 { color: #008800; font-style: italic } /* Comment.Single */
13 .highlight .cs { color: #008800; font-weight: bold } /* Comment.Special */
[all …]
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/task_library/images/
Dandroid_task_api.svg1highlight-color: rgba(0, 0, 0, 0);">Created with Raphaël 2.2.0</desc><defs style="-webkit-tap-high…
Dnative_task_api.svg1highlight-color: rgba(0, 0, 0, 0);">Created with Raphaël 2.2.0</desc><defs style="-webkit-tap-high…
Dios_task_api.svg1highlight-color: rgba(0, 0, 0, 0);">Created with Raphaël 2.2.0</desc><defs style="-webkit-tap-high…
/external/google-cloud-java/java-contentwarehouse/proto-google-cloud-contentwarehouse-v1/src/main/java/com/google/cloud/contentwarehouse/v1/
DQAResult.java72 … // @@protoc_insertion_point(interface_extends:google.cloud.contentwarehouse.v1.QAResult.Highlight)
79 * Start index of the highlight.
92 * End index of the highlight, exclusive.
109 * Protobuf type {@code google.cloud.contentwarehouse.v1.QAResult.Highlight}
111 public static final class Highlight extends com.google.protobuf.GeneratedMessageV3 class in QAResult
113 …// @@protoc_insertion_point(message_implements:google.cloud.contentwarehouse.v1.QAResult.Highlight)
116 // Use Highlight.newBuilder() to construct.
117 private Highlight(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Highlight() method in QAResult.Highlight
121 private Highlight() {} in Highlight() method in QAResult.Highlight
126 return new Highlight(); in newInstance()
[all …]
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/data/
DCombinedData.java7 import com.github.mikephil.charting.highlight.Highlight;
181 * Get the Entry for a corresponding highlight object
183 * @param highlight
187 public Entry getEntryForHighlight(Highlight highlight) { in getEntryForHighlight() argument
189 if (highlight.getDataIndex() >= getAllData().size()) in getEntryForHighlight()
192 ChartData data = getDataByIndex(highlight.getDataIndex()); in getEntryForHighlight()
194 if (highlight.getDataSetIndex() >= data.getDataSetCount()) in getEntryForHighlight()
200 List<Entry> entries = data.getDataSetByIndex(highlight.getDataSetIndex()) in getEntryForHighlight()
201 .getEntriesForXValue(highlight.getX()); in getEntryForHighlight()
203 if (entry.getY() == highlight.getY() || in getEntryForHighlight()
[all …]
DLineScatterCandleRadarDataSet.java18 /** the width of the highlight indicator lines */
21 /** the path effect for dashed highlight-lines */
31 … * Enables / disables the horizontal highlight-indicator. If disabled, the indicator is not drawn.
39 * Enables / disables the vertical highlight-indicator. If disabled, the indicator is not drawn.
47 * Enables / disables both vertical and horizontal highlight-indicators.
66 * Sets the width of the highlight line in dp.
79 * Enables the highlight-line to be drawn in dashed mode, e.g. like this "- - - - - -"
92 * Disables the highlight-line to be drawn in dashed mode.
99 * Returns true if the dashed-line effect is enabled for highlight lines, false if not.
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/highlight/
DChartHighlighter.java1 package com.github.mikephil.charting.highlight;
28 protected List<Highlight> mHighlightBuffer = new ArrayList<Highlight>();
35 public Highlight getHighlight(float x, float y) { in getHighlight()
41 Highlight high = getHighlightForX(xVal, x, y); in getHighlight()
61 * Returns the corresponding Highlight for a given xVal and x- and y-touch position in pixels.
68 protected Highlight getHighlightForX(float xVal, float x, float y) { in getHighlightForX()
70 List<Highlight> closestValues = getHighlightsAtXValue(xVal, x, y); in getHighlightForX()
81Highlight detail = getClosestHighlightByPixel(closestValues, x, y, axis, mChart.getMaxHighlightDis… in getHighlightForX()
95 …protected float getMinimumDistance(List<Highlight> closestValues, float pos, YAxis.AxisDependency …
101 Highlight high = closestValues.get(i);
[all …]
DHighlight.java2 package com.github.mikephil.charting.highlight;
11 public class Highlight { class
24 * the x-pixel of the highlight
29 * the y-pixel of the highlight
54 * the x-position (pixels) on which this highlight object was last drawn
59 * the y-position (pixels) on which this highlight object was last drawn
63 public Highlight(float x, float y, int dataSetIndex, int dataIndex) { in Highlight() method in Highlight
70 public Highlight(float x, float y, int dataSetIndex) { in Highlight() method in Highlight
77 public Highlight(float x, int dataSetIndex, int stackIndex) { in Highlight() method in Highlight
89 …public Highlight(float x, float y, float xPx, float yPx, int dataSetIndex, YAxis.AxisDependency ax… in Highlight() method in Highlight
[all …]
DRadarHighlighter.java1 package com.github.mikephil.charting.highlight;
21 protected Highlight getClosestHighlight(int index, float x, float y) { in getClosestHighlight()
23 List<Highlight> highlights = getHighlightsAtIndex(index); in getClosestHighlight()
27 Highlight closest = null; in getClosestHighlight()
32 Highlight high = highlights.get(i); in getClosestHighlight()
44 * Returns an array of Highlight objects for the given index. The Highlight
52 protected List<Highlight> getHighlightsAtIndex(int index) { in getHighlightsAtIndex()
74 …mHighlightBuffer.add(new Highlight(index, entry.getY(), pOut.x, pOut.y, i, dataSet.getAxisDependen… in getHighlightsAtIndex()
DCombinedHighlighter.java1 package com.github.mikephil.charting.highlight;
32 protected List<Highlight> getHighlightsAtXValue(float xVal, float x, float y) { in getHighlightsAtXValue()
44 Highlight high = barHighlighter.getHighlight(x, y); in getHighlightsAtXValue()
60 … List<Highlight> highs = buildHighlights(dataSet, j, xVal, DataSet.Rounding.CLOSEST); in getHighlightsAtXValue()
61 for (Highlight high : highs) in getHighlightsAtXValue()
73 // protected Highlight getClosest(float x, float y, Highlight... highs) {
75 // Highlight closest = null;
78 // for (Highlight high : highs) {
/external/accompanist/placeholder/src/main/java/com/google/accompanist/placeholder/
DPlaceholder.kt91 * You can provide a [PlaceholderHighlight] which runs an highlight animation on the placeholder.
107 * @param highlight optional highlight animation.
124 highlight: PlaceholderHighlight? = null, in placeholder()
133 properties["highlight"] = highlight in <lambda>()
142 // The current highlight animation progress in <lambda>()
163 val animationSpec = highlight?.animationSpec in <lambda>()
174 remember(color, shape, highlight) { in <lambda>()
199 highlight = highlight, in <lambda>()
211 highlight = highlight, in <lambda>()
229 highlight: PlaceholderHighlight?, in DrawScope()
[all …]
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/charts/
DCombinedChart.java16 import com.github.mikephil.charting.highlight.CombinedHighlighter;
17 import com.github.mikephil.charting.highlight.Highlight;
38 * flag that indicates whether the highlight should be full-bar oriented, or single-value?
101 …* Returns the Highlight object (contains x-index and DataSet index) of the selected value at the g…
110 public Highlight getHighlightByTouchPoint(float x, float y) { in getHighlightByTouchPoint()
116 Highlight h = getHighlighter().getHighlight(x, y); in getHighlightByTouchPoint()
120 return new Highlight(h.getX(), h.getY(), in getHighlightByTouchPoint()
193 * Set this to true to make the highlight operation full-bar oriented,
194 * false to make it highlight single values (relevant only for stacked).
203 * @return true the highlight operation is be full-bar oriented, false if single-value
[all …]

12345678910>>...34