Home
last modified time | relevance | path

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

12345678910>>...79

/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_sass/skins/highlight/tomorrow/
H A 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 …]
H A 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;
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_sass/skins/highlight/tomorrow/
H A 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 …]
H A 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;
/aosp_15_r20/external/libnl/doc/stylesheets/
H A 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 …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/task_library/images/
H A Dnative_task_api.svg1highlight-color: rgba(0, 0, 0, 0);">Created with Raphaël 2.2.0</desc><defs style="-webkit-tap-high…
H A Dandroid_task_api.svg1highlight-color: rgba(0, 0, 0, 0);">Created with Raphaël 2.2.0</desc><defs style="-webkit-tap-high…
H A Dios_task_api.svg1highlight-color: rgba(0, 0, 0, 0);">Created with Raphaël 2.2.0</desc><defs style="-webkit-tap-high…
/aosp_15_r20/external/google-cloud-java/java-contentwarehouse/proto-google-cloud-contentwarehouse-v1/src/main/java/com/google/cloud/contentwarehouse/v1/
H A 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 …]
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/text/method/
H A DInsertModeTransformationMethodTest.java791 // the highlight start is still 3. in transformedText_getHighlightStartAndEnd_insertion()
792 // the highlight end now is 5 + placeholder.length(), including the newly inserted text. in transformedText_getHighlightStartAndEnd_insertion()
799 // the highlight start is still 3. in transformedText_getHighlightStartAndEnd_insertion()
800 // the highlight end now is 7 + placeholder.length(), including the newly inserted text. in transformedText_getHighlightStartAndEnd_insertion()
807 // the highlight start is 5, since the insertion happens before the highlight range. in transformedText_getHighlightStartAndEnd_insertion()
808 // the highlight end now is 9 + placeholder.length(). in transformedText_getHighlightStartAndEnd_insertion()
815 // the highlight start is still 5, since the insertion happens after the highlight range. in transformedText_getHighlightStartAndEnd_insertion()
816 // the highlight end now is 9 + placeholder.length(). in transformedText_getHighlightStartAndEnd_insertion()
852 // the highlight start is still 3. in transformedText_getHighlightStartAndEnd_deletion()
853 // the highlight end now is 9 + placeholder.length(). in transformedText_getHighlightStartAndEnd_deletion()
[all …]
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/highlight/
H A 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 …]
H A 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 …]
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/data/
H A 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 …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dhtml.go294 .highlight-aquamarine { background-color: aquamarine; color: black; }
295 .highlight-coral { background-color: coral; color: black; }
296 .highlight-lightpink { background-color: lightpink; color: black; }
297 .highlight-lightsteelblue { background-color: lightsteelblue; color: black; }
298 .highlight-palegreen { background-color: palegreen; color: black; }
299 .highlight-skyblue { background-color: skyblue; color: black; }
300 .highlight-lightgray { background-color: lightgray; color: black; }
301 .highlight-yellow { background-color: yellow; color: black; }
302 .highlight-lime { background-color: lime; color: black; }
303 .highlight-khaki { background-color: khaki; color: black; }
[all …]
/aosp_15_r20/external/accompanist/placeholder/src/main/java/com/google/accompanist/placeholder/
H A 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 …]
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/charts/
H A DChart.java39 import com.github.mikephil.charting.highlight.ChartHighlighter;
40 import com.github.mikephil.charting.highlight.Highlight;
41 import com.github.mikephil.charting.highlight.IHighlighter;
467 * array of Highlight objects that reference the highlighted slices in the
470 protected Highlight[] mIndicesToHighlight;
473 * The maximum distance in dp away from an entry causing it to highlight.
498 public Highlight[] getHighlighted() { in getHighlighted()
522 * Returns true if there are values to highlight, false if there are no
523 * values to highlight. Checks if the highlight array is null, has a length
539 protected void setLastHighlighted(Highlight[] highs) { in setLastHighlighted()
[all …]
H A 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 …]
/aosp_15_r20/external/jcommander/doc/
H A Dindex.html414 …block pre, .listingblock pre:not(.highlight), .listingblock pre[class="highlight"], .listingblock …
415 …stingblock pre:not(.highlight), .sidebarblock .listingblock pre[class="highlight"], .sidebarblock …
708 pre.pygments.highlight { background-color: rgba(16, 195, 196, 0.05); }
817 <pre class="prettyprint highlight"><code class="language-java" data-lang="java">import com.beust.jc…
839 <pre class="prettyprint highlight"><code class="language-java" data-lang="java">Args args = new Arg…
854 <pre class="prettyprint highlight"><code class="language-java" data-lang="java">class Main {
877 <pre class="prettyprint highlight"><code class="language-bash" data-lang="bash">$ java Main -l 512 …
896 <pre class="prettyprint highlight"><code class="language-java" data-lang="java">@Parameter(names = …
905 <pre class="prettyprint highlight"><code class="language-java" data-lang="java">@Parameter(names = …
914 <pre class="prettyprint highlight"><code class="language-bash" data-lang="bash">program -debug true
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtree.py20 highlight (bool, optional): Highlight renderable (if str). Defaults to False.
30 highlight: bool = False,
38 self.highlight = highlight
48 highlight: Optional[bool] = False,
57 highlight (Optional[bool], optional): Highlight renderable (if str). Defaults to False.
67 highlight=self.highlight if highlight is None else highlight,
136 highlight=self.highlight,
233 root = Tree("�� [b green]Rich Tree", highlight=True, hide_root=True)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtree.py20 highlight (bool, optional): Highlight renderable (if str). Defaults to False.
30 highlight: bool = False,
38 self.highlight = highlight
48 highlight: Optional[bool] = False,
57 highlight (Optional[bool], optional): Highlight renderable (if str). Defaults to False.
67 highlight=self.highlight if highlight is None else highlight,
136 highlight=self.highlight,
233 root = Tree("�� [b green]Rich Tree", highlight=True, hide_root=True)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtree.py20 highlight (bool, optional): Highlight renderable (if str). Defaults to False.
30 highlight: bool = False,
38 self.highlight = highlight
48 highlight: Optional[bool] = False,
57 highlight (Optional[bool], optional): Highlight renderable (if str). Defaults to False.
67 highlight=self.highlight if highlight is None else highlight,
136 highlight=self.highlight,
233 root = Tree("�� [b green]Rich Tree", highlight=True, hide_root=True)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtree.py20 highlight (bool, optional): Highlight renderable (if str). Defaults to False.
30 highlight: bool = False,
38 self.highlight = highlight
48 highlight: Optional[bool] = False,
57 highlight (Optional[bool], optional): Highlight renderable (if str). Defaults to False.
67 highlight=self.highlight if highlight is None else highlight,
136 highlight=self.highlight,
233 root = Tree("�� [b green]Rich Tree", highlight=True, hide_root=True)
/aosp_15_r20/frameworks/base/core/java/android/text/
H A DHighlights.java31 * A class that represents of the highlight of the text.
41 * Returns the number of highlight.
43 * @return the number of highlight.
53 * Returns a paint used for the i-th highlight.
55 * @param index an index of the highlight. Must be between 0 and {@link #getSize()}
66 * Returns ranges of the i-th highlight.
74 * @param index an index of the highlight. Must be between 0 and {@link #getSize()}
91 * Add single range highlight.
93 * The {@link android.widget.TextView} and underlying {@link Layout} draws highlight in the
100 * val highlight = Highlights.Builder()
[all …]
/aosp_15_r20/out/soong/.intermediates/external/MPAndroidChart/MPAndroidChart/android_common/javac/
DMPAndroidChart.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/github/ com/ ...
/aosp_15_r20/frameworks/base/core/java/android/text/method/
H A DInsertModeTransformationMethod.java46 * offset. And it also provides a highlight range for the newly inserted text and the placeholder
53 * The transformed text will be: "Hello\n\n world", and the highlight range will be [5, 7)
58 * the new transformed text: "hello abc\n\n world", and the highlight range will be [5, 11).
62 /** The start offset of the highlight range in the original text, inclusive. */
65 * The end offset of the highlight range in the original text, exclusive. The placeholder text
100 * {@link InsertModeTransformationMethod} will keep the highlight range.
169 // highlight start. It won't modify the mStart in this case. in onTextChanged()
172 // The text change is before the highlight start, move the highlight start. in onTextChanged()
176 // The text change covers the highlight start. Don't change the start except in onTextChanged()
180 // The text change covers the highlight start. Extend the highlight start to the in onTextChanged()
[all …]

12345678910>>...79