Searched defs:stops (Results 1 – 7 of 7) 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 | 200 final TabStops stops = new TabStops(100, spans); in testMeasure_Tab_LTR() local 215 final TabStops stops = new TabStops(100, spans); in testMeasure_Tab_RTL() local 230 final TabStops stops = new TabStops(100, spans); in testMeasure_Tab_BiDi() local 245 final TabStops stops = new TabStops(100, spans); in testMeasure_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() local 270 void setRadialPaintParam(int[] colors, float[] stops) { in setRadialPaintParam()
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
D | DrmPlugin.cpp | 824 std::vector<SecureStop> stops; in getSecureStops() local
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/fuzzer/ |
D | clearkeyV1.4_fuzzer.cpp | 467 [&]([[maybe_unused]] Status status, const hidl_vec<SecureStop> &stops) { in invokeDrmSecureStopAPI()
|
/frameworks/av/drm/mediadrm/plugins/clearkey/aidl/ |
D | DrmPlugin.cpp | 445 std::vector<::aidl::android::hardware::drm::SecureStop> stops; in getSecureStops() local
|