Searched refs:CLAMP (Results 1 - 25 of 44) sorted by last modified time

12

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DHorizontalGridView.java149 Color.TRANSPARENT, Color.BLACK, Shader.TileMode.CLAMP);
215 Color.BLACK, Color.TRANSPARENT, Shader.TileMode.CLAMP);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatProgressBarHelper.java105 Shader.TileMode.REPEAT, Shader.TileMode.CLAMP);
/frameworks/support/v7/cardview/gingerbread/android/support/v7/widget/
H A DRoundRectDrawableWithShadow.java322 , Shader.TileMode.CLAMP));
330 new float[]{0f, .5f, 1f}, Shader.TileMode.CLAMP));
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DSampler.java49 CLAMP (4), enum constant in enum:Sampler.Value
117 b.setWrapS(Value.CLAMP);
118 b.setWrapT(Value.CLAMP);
137 b.setWrapS(Value.CLAMP);
138 b.setWrapT(Value.CLAMP);
157 b.setWrapS(Value.CLAMP);
158 b.setWrapT(Value.CLAMP);
307 if (v == Value.WRAP || v == Value.CLAMP || v == Value.MIRRORED_REPEAT) {
315 if (v == Value.WRAP || v == Value.CLAMP || v == Value.MIRRORED_REPEAT) {
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DCircleImageView.java153 null, Shader.TileMode.CLAMP);
/frameworks/support/core-utils/gingerbread/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawable.java383 mBitmapShader = new BitmapShader(mBitmap, Shader.TileMode.CLAMP, Shader.TileMode.CLAMP);
/frameworks/support/design/base/android/support/design/widget/
H A DCircularBorderDrawable.java209 Shader.TileMode.CLAMP);
H A DShadowDrawableWrapper.java308 Shader.TileMode.CLAMP));
316 new float[]{0f, .5f, 1f}, Shader.TileMode.CLAMP));
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_sampler.java41 b.setWrapS(Sampler.Value.CLAMP);
42 b.setWrapT(Sampler.Value.CLAMP);
89 _RS_ASSERT("minification.getWrapS() == Sampler.Value.CLAMP",
90 minification.getWrapS() == Sampler.Value.CLAMP);
91 _RS_ASSERT("minification.getWrapT() == Sampler.Value.CLAMP",
92 minification.getWrapT() == Sampler.Value.CLAMP);
100 _RS_ASSERT("magnification.getWrapS() == Sampler.Value.CLAMP",
101 magnification.getWrapS() == Sampler.Value.CLAMP);
102 _RS_ASSERT("magnification.getWrapT() == Sampler.Value.CLAMP",
103 magnification.getWrapT() == Sampler.Value.CLAMP);
[all...]
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_sampler.java41 b.setWrapS(Sampler.Value.CLAMP);
42 b.setWrapT(Sampler.Value.CLAMP);
89 _RS_ASSERT("minification.getWrapS() == Sampler.Value.CLAMP",
90 minification.getWrapS() == Sampler.Value.CLAMP);
91 _RS_ASSERT("minification.getWrapT() == Sampler.Value.CLAMP",
92 minification.getWrapT() == Sampler.Value.CLAMP);
100 _RS_ASSERT("magnification.getWrapS() == Sampler.Value.CLAMP",
101 magnification.getWrapS() == Sampler.Value.CLAMP);
102 _RS_ASSERT("magnification.getWrapT() == Sampler.Value.CLAMP",
103 magnification.getWrapT() == Sampler.Value.CLAMP);
[all...]
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_sampler.java41 b.setWrapS(Sampler.Value.CLAMP);
42 b.setWrapT(Sampler.Value.CLAMP);
89 _RS_ASSERT("minification.getWrapS() == Sampler.Value.CLAMP",
90 minification.getWrapS() == Sampler.Value.CLAMP);
91 _RS_ASSERT("minification.getWrapT() == Sampler.Value.CLAMP",
92 minification.getWrapT() == Sampler.Value.CLAMP);
100 _RS_ASSERT("magnification.getWrapS() == Sampler.Value.CLAMP",
101 magnification.getWrapS() == Sampler.Value.CLAMP);
102 _RS_ASSERT("magnification.getWrapT() == Sampler.Value.CLAMP",
103 magnification.getWrapT() == Sampler.Value.CLAMP);
[all...]
/frameworks/opt/chips/src/com/android/ex/chips/
H A DCircularImageView.java98 BitmapShader shader = new BitmapShader(bitmap, Shader.TileMode.CLAMP,
99 Shader.TileMode.CLAMP);
H A DRecipientEditTextView.java989 final BitmapShader shader = new BitmapShader(icon, TileMode.CLAMP, TileMode.CLAMP);
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DCircularBitmapDrawable.java136 shader = new BitmapShader(bitmap, TileMode.CLAMP, TileMode.CLAMP);
/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequenceDrawable.java248 = new BitmapShader(mFrontBitmap, Shader.TileMode.CLAMP, Shader.TileMode.CLAMP);
250 = new BitmapShader(mBackBitmap, Shader.TileMode.CLAMP, Shader.TileMode.CLAMP);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmapShader_Delegate.java210 case CLAMP:
230 case CLAMP:
H A DGradient_Delegate.java131 case CLAMP:
162 case CLAMP:
H A DShader_Delegate.java69 return TileMode.CLAMP;
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DRectShadowPainter.java66 new float[]{0f, radius / outerArcRadius, 1f}, TileMode.CLAMP));
68 TileMode.CLAMP));
94 colors, new float[]{0f, 1 / 3f, 1f}, TileMode.CLAMP));
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DResourceModifiers.java89 Color.RED, Color.GREEN, Shader.TileMode.CLAMP);
97 Color.BLUE, Color.RED, Shader.TileMode.CLAMP);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DAdvancedBlendActivity.java82 Color.BLACK, Color.WHITE, Shader.TileMode.CLAMP);
H A DBigGradientActivity.java45 0xff333333, Shader.TileMode.CLAMP));
H A DFramebufferBlendActivity.java58 Color.BLACK, Color.WHITE, Shader.TileMode.CLAMP);
H A DGradientStopsActivity.java48 colors, positions, Shader.TileMode.CLAMP);
58 colors, positions, Shader.TileMode.CLAMP);
68 colors, positions, Shader.TileMode.CLAMP);
77 colors, null, Shader.TileMode.CLAMP);
101 colors, null, Shader.TileMode.CLAMP);
109 colors, null, Shader.TileMode.CLAMP);
117 colors, null, Shader.TileMode.CLAMP);
H A DGradientsActivity.java124 Shader.TileMode.CLAMP);
205 mGradient = new LinearGradient(0, 0, 0, 1, 0xFF000000, 0, Shader.TileMode.CLAMP);
207 new int[] { 0xFFFF0000, 0xFF00FF00, 0xFF0000FF }, null, Shader.TileMode.CLAMP);

Completed in 880 milliseconds

12