Searched refs:CLAMP (Results 26 - 44 of 44) sorted by relevance

12

/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/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatProgressBarHelper.java105 Shader.TileMode.REPEAT, Shader.TileMode.CLAMP);
/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp301 normalizedOCX = CLAMP(normalizedOCX, 0, 1);
302 normalizedOCY = CLAMP(normalizedOCY, 0, 1);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DFakeShadowDrawable.java255 , Shader.TileMode.CLAMP));
263 new float[]{0f, .5f, 1f}, Shader.TileMode.CLAMP));
H A DTaskViewThumbnail.java168 mBitmapShader = new BitmapShader(bm, Shader.TileMode.CLAMP, Shader.TileMode.CLAMP);
/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/cardview/gingerbread/android/support/v7/widget/
H A DRoundRectDrawableWithShadow.java322 , Shader.TileMode.CLAMP));
330 new float[]{0f, .5f, 1f}, Shader.TileMode.CLAMP));
/frameworks/base/core/java/android/content/res/
H A DGradientColor.java166 return Shader.TileMode.CLAMP;
172 return Shader.TileMode.CLAMP;
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
H A DUserIconDrawable.java122 mIconPaint.setShader(new BitmapShader(icon, Shader.TileMode.CLAMP,
123 Shader.TileMode.CLAMP));
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DMoreShadersActivity.java84 Color.RED, 0x7f00ff00, Shader.TileMode.CLAMP);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleDrawable.java772 Shader.TileMode.CLAMP, Shader.TileMode.CLAMP);
H A DBitmapDrawable.java370 * @return {@link android.graphics.Shader.TileMode#CLAMP} if the bitmap does not repeat,
381 * @return {@link android.graphics.Shader.TileMode#CLAMP} if the bitmap does not repeat,
493 tmx == null ? Shader.TileMode.CLAMP : tmx,
494 tmy == null ? Shader.TileMode.CLAMP : tmy));
873 return Shader.TileMode.CLAMP;
H A DGradientDrawable.java1131 gradientColors, st.mPositions, Shader.TileMode.CLAMP));
1160 x0, y0, radius, gradientColors, null, Shader.TileMode.CLAMP));
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DUsageGraph.java193 getColor(mAccentColor, .2f), 0, TileMode.CLAMP));
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java2097 new float[] { 0f, 0.3f, 1f }, Shader.TileMode.CLAMP));
2100 new float[] { 0f, 0.3f, 1f }, Shader.TileMode.CLAMP));
/frameworks/base/core/java/android/widget/
H A DProgressBar.java511 clone.setTileModeXY(Shader.TileMode.REPEAT, Shader.TileMode.CLAMP);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java989 final BitmapShader shader = new BitmapShader(icon, TileMode.CLAMP, TileMode.CLAMP);
/frameworks/base/core/java/android/view/
H A DView.java23293 shader = new LinearGradient(0, 0, 0, 1, 0xFF000000, 0, Shader.TileMode.CLAMP);
23306 color & 0x00FFFFFF, Shader.TileMode.CLAMP);
23311 shader = new LinearGradient(0, 0, 0, 1, 0xFF000000, 0, Shader.TileMode.CLAMP);

Completed in 2792 milliseconds

12