HomeSort by relevance Sort by last modified time
    Searched defs:mHasThumbTint (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 49 private boolean mHasThumbTint = false;
114 mHasThumbTint = true;
236 mHasThumbTint = true;
286 if (mThumb != null && (mHasThumbTint || mHasThumbTintMode)) {
289 if (mHasThumbTint) {
    [all...]
Switch.java 99 private boolean mHasThumbTint = false;
257 mHasThumbTint = true;
265 if (mHasThumbTint || mHasThumbTintMode) {
669 mHasThumbTint = true;
714 if (mThumbDrawable != null && (mHasThumbTint || mHasThumbTintMode)) {
717 if (mHasThumbTint) {
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
SwitchCompat.java 114 private boolean mHasThumbTint = false;
246 mHasThumbTint = true;
254 if (mHasThumbTint || mHasThumbTintMode) {
646 mHasThumbTint = true;
691 if (mThumbDrawable != null && (mHasThumbTint || mHasThumbTintMode)) {
694 if (mHasThumbTint) {
    [all...]

Completed in 54 milliseconds