Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DRadialGradient.java71 @NonNull @ColorInt int[] colors, @Nullable float[] stops, in RadialGradient()
95 @NonNull @ColorLong long[] colors, @Nullable float[] stops, in RadialGradient()
140 @NonNull @ColorLong long[] colors, @Nullable float[] stops, in RadialGradient()
151 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/minikin/include/minikin/
DLineBreaker.h56 TabStops(const float* stops, size_t nStops, float tabWidth) in TabStops()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimationUtils.java117 final float[] stops = {0f, transparentRatio, 1f}; in createAnimator() local
270 void setRadialPaintParam(int[] colors, float[] stops) { in setRadialPaintParam()
/frameworks/av/drm/mediadrm/plugins/clearkey/aidl/
DDrmPlugin.cpp476 std::vector<::aidl::android::hardware::drm::SecureStop> stops; in getSecureStops() local