Home
last modified time | relevance | path

Searched defs:stops (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DRadialGradient.java72 @NonNull @ColorInt int[] colors, @Nullable float[] stops, in RadialGradient()
96 @NonNull @ColorLong long[] colors, @Nullable float[] stops, in RadialGradient()
141 @NonNull @ColorLong long[] colors, @Nullable float[] stops, in RadialGradient()
152 float endRadius, @NonNull @ColorLong long[] colors, @Nullable float[] stops, in RadialGradient()
/frameworks/base/core/tests/coretests/src/android/text/
DTextLineTest.java212 final TabStops stops = new TabStops(100, spans); in testMeasure_Tab_LTR() local
227 final TabStops stops = new TabStops(100, spans); in testMeasure_Tab_RTL() local
242 final TabStops stops = new TabStops(100, spans); in testMeasure_Tab_BiDi() local
257 final TabStops stops = new TabStops(100, spans); in testMeasure_Tab_BiDi2() local
492 final TabStops stops = new TabStops(100, spans); in testMeasureAllBounds_Tab_LTR() local
509 final TabStops stops = new TabStops(100, spans); in testMeasureAllBounds_Tab_RTL() local
526 final TabStops stops = new TabStops(100, spans); in testMeasureAllBounds_Tab_BiDi() local
543 final TabStops stops = new TabStops(100, spans); in testMeasureAllBounds_Tab_BiDi2() local
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/paint/
DPaintBundle.java369 String[] stops = null; in callPrintGradient() local
466 float[] stops = null; in callSetGradient() local
624 @Nullable float[] stops, in setLinearGradient()
664 @Nullable float[] stops, // TODO: rename positions to stops or stops to positions, but in setSweepGradient()
699 @Nullable float[] stops, in setRadialGradient()
1226 float[] stops = null; in updateFloatsInGradient() local
1364 float[] stops = null; in serializeGradient() local
/frameworks/minikin/include/minikin/
DLineBreaker.h56 TabStops(const float* stops, size_t nStops, float tabWidth) in TabStops()
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/startingsurface/
DSplashScreenExitAnimationUtils.java147 final float[] stops = {0f, transparentRatio, 1f}; in createRadialVanishSlideUpAnimator() local
353 void setRadialPaintParam(int[] colors, float[] stops) { in setRadialPaintParam()
/frameworks/av/drm/mediadrm/plugins/clearkey/aidl/
DDrmPlugin.cpp475 std::vector<::aidl::android::hardware::drm::SecureStop> stops; in getSecureStops() local