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

  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
DetailsSupportFragmentBackgroundController.java 117 int mSolidColor;
197 if (mSolidColor != Color.TRANSPARENT && bottomDrawable instanceof ColorDrawable) {
198 ((ColorDrawable) bottomDrawable).setColor(mSolidColor);
450 return mSolidColor;
461 mSolidColor = color;
DetailsFragmentBackgroundController.java 122 int mSolidColor;
202 if (mSolidColor != Color.TRANSPARENT && bottomDrawable instanceof ColorDrawable) {
203 ((ColorDrawable) bottomDrawable).setColor(mSolidColor);
455 return mSolidColor;
466 mSolidColor = color;
  /frameworks/base/core/java/android/widget/
NumberPicker.java 415 private final int mSolidColor;
621 mSolidColor = attributesArray.getColor(R.styleable.NumberPicker_solidColor, 0);
    [all...]

Completed in 112 milliseconds