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

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DetailsFragmentBackgroundController.java 119 int mSolidColor;
199 if (mSolidColor != Color.TRANSPARENT && bottomDrawable instanceof ColorDrawable) {
200 ((ColorDrawable) bottomDrawable).setColor(mSolidColor);
452 return mSolidColor;
463 mSolidColor = color;
DetailsSupportFragmentBackgroundController.java 116 int mSolidColor;
196 if (mSolidColor != Color.TRANSPARENT && bottomDrawable instanceof ColorDrawable) {
197 ((ColorDrawable) bottomDrawable).setColor(mSolidColor);
449 return mSolidColor;
460 mSolidColor = color;
  /frameworks/base/core/java/android/widget/
NumberPicker.java 415 private final int mSolidColor;
617 mSolidColor = attributesArray.getColor(R.styleable.NumberPicker_solidColor, 0);
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 1608 milliseconds