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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSContainerImpl.java 49 private View mBackgroundGradient;
69 mBackgroundGradient = findViewById(R.id.quick_settings_gradient_view);
83 mBackgroundGradient.setVisibility(View.INVISIBLE);
86 mBackgroundGradient.setVisibility(View.VISIBLE);
131 mBackgroundGradient.setVisibility(mQsDisabled ? View.GONE : View.VISIBLE);
  /packages/services/Telephony/src/com/android/phone/
EmergencyDialer.java 145 private GradientDrawable mBackgroundGradient;
211 mBackgroundGradient = new GradientDrawable(this);
215 mBackgroundGradient.setScreenSize(displaySize.x, displaySize.y);
216 mBackgroundGradient.setAlpha(BACKGROUND_GRADIENT_ALPHA);
217 getWindow().setBackgroundDrawable(mBackgroundGradient);
507 mBackgroundGradient.setColors(lockScreenColors, false);
560 if (mBackgroundGradient != null) {
732 mBackgroundGradient.setColors(colors);

Completed in 148 milliseconds