HomeSort by relevance Sort by last modified time
    Searched refs:tint (Results 51 - 75 of 93) sorted by null

1 23 4

  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialog.java 750 final ColorStateList tint = isActive && row.slider.isEnabled() ? mActiveSliderTint local
752 if (tint == row.cachedSliderTint) return;
753 row.cachedSliderTint = tint;
754 row.slider.setProgressTintList(tint)
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 842 public void setTintList(ColorStateList tint) {
843 mGradientState.mTint = tint;
844 mTintFilter = updateTintFilter(mTintFilter, tint, mGradientState.mTintMode);
    [all...]
AnimatedVectorDrawable.java 245 public void setTintList(ColorStateList tint) {
246 mAnimatedVectorState.mVectorDrawable.setTintList(tint);
Icon.java 279 * Do the heavy lifting of loading the drawable, but stop short of applying any tint.
564 * @param tint a color, as in {@link Drawable#setTint(int)}
567 public Icon setTint(@ColorInt int tint) {
568 return setTintList(ColorStateList.valueOf(tint));
574 * @param tintList as in {@link Drawable#setTintList(ColorStateList)}, null to remove tint
635 sb.append(" tint=");
LayerDrawable.java     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ImageViewTest.java 465 assertEquals("Image tint inflated correctly",
467 assertEquals("Image tint mode inflated correctly",
474 assertFalse("No image tint applied by default", image.hasCalledSetTint());
477 assertTrue("Image tint applied when setImageTintList() called after set()",
483 assertTrue("Image tint applied when setImageTintList() called before set()",
590 public void setTintList(ColorStateList tint) {
591 super.setTintList(tint);
ProgressBarTest.java 327 assertEquals("Progress tint inflated correctly",
329 assertEquals("Progress tint mode inflated correctly",
332 assertEquals("Progress background tint inflated correctly",
334 assertEquals("Progress background tint mode inflated correctly",
337 assertEquals("Secondary progress tint inflated correctly",
339 assertEquals("Secondary progress tint mode inflated correctly",
346 assertFalse("No progress tint applied by default", progress.hasCalledSetTint());
349 assertFalse("Progress background tint not applied when layer missing",
353 assertFalse("Secondary progress tint not applied when layer missing",
357 assertTrue("Progress tint applied when setProgressTintList() called after setProgress()"
    [all...]
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 194 * Applies a tint to the thumb drawable. Does not modify the current tint
198 * mutate the drawable and apply the specified tint and tint mode using
201 * @param tint the tint to apply, may be {@code null} to clear tint
207 public void setThumbTintList(@Nullable ColorStateList tint) {
208 mThumbTintList = tint;
215 * Returns the tint applied to the thumb drawable, if specified
    [all...]
RemoteViews.java     [all...]
ImageView.java 500 * Applies a tint to the image drawable. Does not modify the current tint
504 * mutate the drawable and apply the specified tint and tint mode using
507 * @param tint the tint to apply, may be {@code null} to clear tint
513 public void setImageTintList(@Nullable ColorStateList tint) {
514 mDrawableTintList = tint;
521 * @return the tint applied to the image drawabl
    [all...]
TextView.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatSpinner.java 55 * <li>Allows dynamic tint of it background via the background tint methods in
57 * <li>Allows setting of the background tint using {@link R.attr#backgroundTint} and
468 public void setSupportBackgroundTintList(@Nullable ColorStateList tint) {
470 mBackgroundTintHelper.setSupportBackgroundTintList(tint);
  /developers/build/prebuilts/gradle/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
MediaEffectsFragment.java 258 case R.id.tint:
260 mEffect.setParameter("tint", Color.MAGENTA);
  /developers/samples/android/media/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
MediaEffectsFragment.java 258 case R.id.tint:
260 mEffect.setParameter("tint", Color.MAGENTA);
  /development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
MediaEffectsFragment.java 258 case R.id.tint:
260 mEffect.setParameter("tint", Color.MAGENTA);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/widget/
MultiShrinkScroller.java 504 // We want to use the same amount of alpha on the new tint color as the previous tint color.
724 * Set the height of the toolbar and update its tint accordingly.
1116 final float tint = (float) Math.min(Math.pow(ratio, 1.5f) * 3f, 1f); local
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /libcore/benchmarks/src/benchmarks/regression/
R.java 2393 public static final int tint = 0; field in class:R
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 2804 milliseconds

1 23 4