Searched defs:stops (Results  1 – 5 of 5) sorted by relevance
| /frameworks/base/graphics/java/android/graphics/ | 
| D | RadialGradient.java | 71             @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/ | 
| D | TextLineTest.java | 212         final TabStops stops = new TabStops(100, spans);  in testMeasure_Tab_LTR()  local227         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/ | 
| D | LineBreaker.h | 56     TabStops(const float* stops, size_t nStops, float tabWidth)  in TabStops()
 | 
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ | 
| D | SplashScreenExitAnimationUtils.java | 117         final float[] stops = {0f, transparentRatio, 1f};  in createAnimator()  local270         void setRadialPaintParam(int[] colors, float[] stops) {  in setRadialPaintParam()
 
 | 
| /frameworks/av/drm/mediadrm/plugins/clearkey/aidl/ | 
| D | DrmPlugin.cpp | 476     std::vector<::aidl::android::hardware::drm::SecureStop> stops;  in getSecureStops()  local
 |