Home
last modified time | relevance | path

Searched refs:stops (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DRadialGradient.java65 @NonNull @ColorInt int[] colors, @Nullable float[] stops, in RadialGradient() argument
67 this(centerX, centerY, radius, convertColors(colors), stops, tileMode, in RadialGradient()
89 @NonNull @ColorLong long[] colors, @Nullable float[] stops, in RadialGradient() argument
91 this(centerX, centerY, radius, colors.clone(), stops, tileMode, detectColorSpace(colors)); in RadialGradient()
99 @NonNull @ColorLong long[] colors, @Nullable float[] stops, in RadialGradient() argument
106 if (stops != null && colors.length != stops.length) { in RadialGradient()
113 mPositions = stops != null ? stops.clone() : null; in RadialGradient()
/frameworks/ml/nn/common/operations/
DStridedSlice.cpp41 std::vector<int> stops; in stridedSliceGeneric() local
47 stops.emplace_back(endData[idx]); in stridedSliceGeneric()
53 stops.emplace_back(1); in stridedSliceGeneric()
65 beginMask, endMask, shrinkAxisMask, starts, stops, strides, in stridedSliceGeneric()
71 beginMask, endMask, shrinkAxisMask, starts, stops, strides, in stridedSliceGeneric()
77 beginMask, endMask, shrinkAxisMask, starts, stops, strides, in stridedSliceGeneric()
/frameworks/base/core/tests/coretests/src/android/text/
DTextLineTest.java200 final TabStops stops = new TabStops(100, spans); in testMeasure_Tab_LTR() local
205 TextLine tl = getTextLine("II\tII", paint, stops); in testMeasure_Tab_LTR()
215 final TabStops stops = new TabStops(100, spans); in testMeasure_Tab_RTL() local
220 TextLine tl = getTextLine("\u05D0\u05D0\t\u05D0\u05D0", paint, stops); in testMeasure_Tab_RTL()
230 final TabStops stops = new TabStops(100, spans); in testMeasure_Tab_BiDi() local
235 TextLine tl = getTextLine("I\u05D0\tI\u05D0", paint, stops); in testMeasure_Tab_BiDi()
245 final TabStops stops = new TabStops(100, spans); in testMeasure_Tab_BiDi2() local
250 TextLine tl = getTextLine("\u05D0I\t\u05D0I", paint, stops); in testMeasure_Tab_BiDi2()
/frameworks/layoutlib/bridge/src/android/graphics/text/
DTabStops.java28 public TabStops(@Nullable float[] stops, float defaultTabWidth) { in TabStops() argument
30 mStops = stops; in TabStops()
/frameworks/minikin/include/minikin/
DLineBreaker.h56 TabStops(const float* stops, size_t nStops, float tabWidth) in TabStops() argument
57 : mStops(stops), mStopsSize(nStops), mTabWidth(tabWidth) {} in TabStops()
/frameworks/base/core/java/android/text/
DLayout.java2211 float[] stops = this.mStops;
2214 if (stops == null) {
2215 stops = new float[10];
2216 } else if (ns == stops.length) {
2219 nstops[i] = stops[i];
2221 stops = nstops;
2223 stops[ns++] = ((TabStopSpan) o).getTabStop();
2227 Arrays.sort(stops, 0, ns);
2229 if (stops != this.mStops) {
2230 this.mStops = stops;
[all …]
DStaticLayout.java745 float[] stops = new float[spans.length]; in generate()
747 stops[i] = (float) spans[i].getTabStop(); in generate()
749 Arrays.sort(stops, 0, stops.length); in generate()
750 variableTabStops = stops; in generate()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStackSupervisor.java1319 final ArrayList<ActivityRecord> stops = processStoppingActivitiesLocked(r, in activityIdleInternalLocked() local
1321 NS = stops != null ? stops.size() : 0; in activityIdleInternalLocked()
1335 r = stops.get(i); in activityIdleInternalLocked()
2126 ArrayList<ActivityRecord> stops = null; in processStoppingActivitiesLocked() local
2161 if (stops == null) { in processStoppingActivitiesLocked()
2162 stops = new ArrayList<>(); in processStoppingActivitiesLocked()
2164 stops.add(s); in processStoppingActivitiesLocked()
2171 return stops; in processStoppingActivitiesLocked()
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DDrmPlugin.cpp747 std::vector<SecureStop> stops; in getSecureStops() local
756 stops.push_back(stop); in getSecureStops()
758 _hidl_cb(Status::OK, stops); in getSecureStops()
/frameworks/base/packages/SystemUI/
DREADME.md94 Recents tracks all the data needed for recents and starts/stops the recents
/frameworks/base/cmds/statsd/src/
Datoms.proto3029 * Logs foreground service starts and stops.
3030 * Note that this is not when a service starts or stops, but when it is
3489 * Logs when a service starts and stops.
4059 // This clock stops when the system enters deep sleep (CPU off, display dark, device waiting
/frameworks/base/core/proto/android/app/
Dsettings_enums.proto1255 // Settings -> Accessibility -> Click after pointer stops moving
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto1969 // Settings -> Accessibility -> Click after pointer stops moving